Home | Trees | Indices | Help |
|
---|
|
The Blender.Armature.NLA submodule.
This module provides access to Action objects in Blender. Actions are a series of keyframes/Ipo curves that define the movement of a bone. Actions are linked to objects of type armature.
Classes | |
Action This object gives access to Action-specific data in Blender. |
|
ActionStrips This object gives access to sequence of ActionStrip objects for a particular Object. |
|
ActionStrip This object gives access to a particular action strip. |
Functions | |||
PyAction |
|
||
PyAction |
|
||
Dictionary of PyActions |
|
Variables | |
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. |
__package__ = None
|
Function Details |
Create a new Action object.
|
Copy an action and it's keyframes
|
Get all actions and return them as a Key : Value Dictionary.
|
Variables Details |
FlagsConstant dict used by the ActionStrip.flag attribute. It is a bitmask and settings are ORed together.
|
ModesConstant dict used by the ActionStrip.mode attribute. Currently the only value is MODE_ADD.
|
StrideAxesConstant dict used by the ActionStrip.strideAxis attribute. Values are STRIDEAXIS_X, STRIDEAXIS_Y, and STRIDEAXIS_Z.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Mon Aug 31 23:12:22 2009 | http://epydoc.sourceforge.net |