Home | Trees | Index | Help |
|
---|
Module NLA |
|
Classes | |
---|---|
Action |
This object gives access to Action-specific data in Blender. |
ActionStrip |
This object gives access to a particular action strip. |
ActionStrips |
This object gives access to sequence of ActionStrip objects for a particular
Object. |
Function Summary | |
---|---|
PyAction |
Copy an action and it's keyframes |
Dictionary of PyActions |
Get all actions and return them as a Key : Value Dictionary. |
PyAction |
Create a new Action object. |
Variable Summary | |
---|---|
readonly dictionary | Flags : Constant dict used by the ActionStrip.flag attribute. |
readonly dictionary | Modes : Constant dict used by the ActionStrip.mode attribute. |
readonly dictionary | StrideAxes : Constant dict used by the ActionStrip.strideAxis attribute. |
Function Details |
---|
CopyAction(action)Copy an action and it's keyframes
|
GetActions()Get all actions and return them as a Key : Value Dictionary.
|
NewAction(name='DefaultAction')Create a new Action object.
|
Variable Details |
---|
FlagsConstant dict used by theActionStrip.flag attribute. It is a bitmask
and settings are ORed together.
|
ModesConstant dict used by theActionStrip.mode attribute. Currently the
only value is MODE_ADD.
|
StrideAxesConstant dict used by theActionStrip.strideAxis attribute. Values
are STRIDEAXIS_X, STRIDEAXIS_Y, and STRIDEAXIS_Z.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 | http://epydoc.sf.net |