Uses of Class
org.blender.dna.bAction
-
Packages that use bAction Package Description org.blender.dna org.blender.utils -
-
Uses of bAction in org.blender.dna
Methods in org.blender.dna that return types with arguments of type bAction Modifier and Type Method Description CPointer<bAction>
bAction. __io__addressof()
Instantiates a pointer on this instance.CPointer<bAction>
bActionConstraint. getAct()
Get method for struct member 'act'.CPointer<bAction>
bActionStrip. getAct()
Get method for struct member 'act'.CPointer<bAction>
NlaStrip. getAct()
Get method for struct member 'act'.CPointer<bAction>
AnimData. getAction()
Get method for struct member 'action'.CPointer<bAction>
BlenderObject. getAction()
Deprecated.DeprecatedXXX deprecated...CPointer<bAction>
SpaceAction. getAction()
Get method for struct member 'action'.CPointer<bAction>
BlenderObject. getPoselib()
Get method for struct member 'poselib'.CPointer<bAction>
AnimData. getTmpact()
Get method for struct member 'tmpact'.Method parameters in org.blender.dna with type arguments of type bAction Modifier and Type Method Description void
bActionConstraint. setAct(CPointer<bAction> act)
Set method for struct member 'act'.void
bActionStrip. setAct(CPointer<bAction> act)
Set method for struct member 'act'.void
NlaStrip. setAct(CPointer<bAction> act)
Set method for struct member 'act'.void
AnimData. setAction(CPointer<bAction> action)
Set method for struct member 'action'.void
BlenderObject. setAction(CPointer<bAction> action)
Deprecated.DeprecatedXXX deprecated...void
SpaceAction. setAction(CPointer<bAction> action)
Set method for struct member 'action'.void
BlenderObject. setPoselib(CPointer<bAction> poselib)
Set method for struct member 'poselib'.void
AnimData. setTmpact(CPointer<bAction> tmpact)
Set method for struct member 'tmpact'.Constructors in org.blender.dna with parameters of type bAction Constructor Description bAction(bAction that)
-
Uses of bAction in org.blender.utils
Methods in org.blender.utils that return bAction Modifier and Type Method Description bAction
MainLib. getBAction()
SeebAction
for documentation.Methods in org.blender.utils with parameters of type bAction Modifier and Type Method Description void
MainLib. setBAction(bAction bAction)
SeebAction
for documentation.
-