Package | Description |
---|---|
org.blender.dna | |
org.blender.utils |
Modifier and Type | Method and Description |
---|---|
CPointer<bAction> |
bAction.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<bAction> |
NlaStrip.getAct()
Get method for struct member 'act'.
|
CPointer<bAction> |
bActionConstraint.getAct()
Get method for struct member 'act'.
|
CPointer<bAction> |
bActionStrip.getAct()
Get method for struct member 'act'.
|
CPointer<bAction> |
SpaceAction.getAction()
Get method for struct member 'action'.
|
CPointer<bAction> |
AnimData.getAction()
Get method for struct member 'action'.
|
CPointer<bAction> |
BlenderObject.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'.
|
Modifier and Type | Method and Description |
---|---|
void |
NlaStrip.setAct(CPointer<bAction> act)
Set method for struct member 'act'.
|
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 |
SpaceAction.setAction(CPointer<bAction> action)
Set method for struct member 'action'.
|
void |
AnimData.setAction(CPointer<bAction> action)
Set method for struct member 'action'.
|
void |
BlenderObject.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'.
|
Constructor and Description |
---|
bAction(bAction that) |
Modifier and Type | Method and Description |
---|---|
bAction |
MainLib.getBAction()
See
bAction for documentation. |
Modifier and Type | Method and Description |
---|---|
void |
MainLib.setBAction(bAction bAction)
See
bAction for documentation. |