Uses of Class
org.blender.dna.Collection
-
Packages that use Collection Package Description org.blender.dna org.blender.utils -
-
Uses of Collection in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Collection Modifier and Type Method Description CPointer<Collection>
Collection. __io__addressof()
Instantiates a pointer on this instance.CPointer<Collection>
DynamicPaintSurface. getBrush_group()
Get method for struct member 'brush_group'.CPointer<Collection>
CollectionChild. getCollection()
Get method for struct member 'collection'.CPointer<Collection>
LayerCollection. getCollection()
Get method for struct member 'collection'.CPointer<Collection>
ParticleSettings. getCollision_group()
Get method for struct member 'collision_group'.CPointer<Collection>
SoftBody. getCollision_group()
Get method for struct member 'collision_group'.CPointer<Collection>
RigidBodyWorld. getConstraints()
Get method for struct member 'constraints'.CPointer<Collection>
BlenderObject. getDup_group()
Get method for struct member 'dup_group'.CPointer<Collection>
ParticleSettings. getDup_group()
Get method for struct member 'dup_group'.CPointer<Collection>
FluidDomainSettings. getEffector_group()
Get method for struct member 'effector_group'.CPointer<Collection>
bDopeSheet. getFilter_grp()
Get method for struct member 'filter_grp'.CPointer<Collection>
FluidDomainSettings. getFluid_group()
Get method for struct member 'fluid_group'.CPointer<Collection>
FluidDomainSettings. getForce_group()
Get method for struct member 'force_group'.CPointer<Collection>
ParticleSettings. getForce_group()
Get method for struct member 'force_group'.CPointer<Collection>
ClothCollSettings. getGroup()
Get method for struct member 'group'.CPointer<Collection>
EffectorWeights. getGroup()
Get method for struct member 'group'.CPointer<Collection>
FreestyleLineSet. getGroup()
Get method for struct member 'group'.CPointer<Collection>
PartEff. getGroup()
Get method for struct member 'group'.CPointer<Collection>
RigidBodyWorld. getGroup()
Get method for struct member 'group'.CPointer<Collection>
Scene. getMaster_collection()
Get method for struct member 'master_collection'.CPointer<Collection>
LightProbe. getVisibility_grp()
Get method for struct member 'visibility_grp'.Method parameters in org.blender.dna with type arguments of type Collection Modifier and Type Method Description void
DynamicPaintSurface. setBrush_group(CPointer<Collection> brush_group)
Set method for struct member 'brush_group'.void
CollectionChild. setCollection(CPointer<Collection> collection)
Set method for struct member 'collection'.void
LayerCollection. setCollection(CPointer<Collection> collection)
Set method for struct member 'collection'.void
ParticleSettings. setCollision_group(CPointer<Collection> collision_group)
Set method for struct member 'collision_group'.void
SoftBody. setCollision_group(CPointer<Collection> collision_group)
Set method for struct member 'collision_group'.void
RigidBodyWorld. setConstraints(CPointer<Collection> constraints)
Set method for struct member 'constraints'.void
BlenderObject. setDup_group(CPointer<Collection> dup_group)
Set method for struct member 'dup_group'.void
ParticleSettings. setDup_group(CPointer<Collection> dup_group)
Set method for struct member 'dup_group'.void
FluidDomainSettings. setEffector_group(CPointer<Collection> effector_group)
Set method for struct member 'effector_group'.void
bDopeSheet. setFilter_grp(CPointer<Collection> filter_grp)
Set method for struct member 'filter_grp'.void
FluidDomainSettings. setFluid_group(CPointer<Collection> fluid_group)
Set method for struct member 'fluid_group'.void
FluidDomainSettings. setForce_group(CPointer<Collection> force_group)
Set method for struct member 'force_group'.void
ParticleSettings. setForce_group(CPointer<Collection> force_group)
Set method for struct member 'force_group'.void
ClothCollSettings. setGroup(CPointer<Collection> group)
Set method for struct member 'group'.void
EffectorWeights. setGroup(CPointer<Collection> group)
Set method for struct member 'group'.void
FreestyleLineSet. setGroup(CPointer<Collection> group)
Set method for struct member 'group'.void
PartEff. setGroup(CPointer<Collection> group)
Set method for struct member 'group'.void
RigidBodyWorld. setGroup(CPointer<Collection> group)
Set method for struct member 'group'.void
Scene. setMaster_collection(CPointer<Collection> master_collection)
Set method for struct member 'master_collection'.void
LightProbe. setVisibility_grp(CPointer<Collection> visibility_grp)
Set method for struct member 'visibility_grp'.Constructors in org.blender.dna with parameters of type Collection Constructor Description Collection(Collection that)
-
Uses of Collection in org.blender.utils
Methods in org.blender.utils that return Collection Modifier and Type Method Description Collection
MainLib. getCollection()
SeeCollection
for documentation.Methods in org.blender.utils with parameters of type Collection Modifier and Type Method Description void
MainLib. setCollection(Collection collection)
SeeCollection
for documentation.
-