===Python API===

Adding support for Action Strips to the API.  A new attribute "actionStrips"
has been added to the Object API to access them.
This commit is contained in:
Ken Hughes
2006-05-22 14:19:52 +00:00
parent a849ba8189
commit 677cf7f133
6 changed files with 1184 additions and 18 deletions

View File

@@ -336,6 +336,9 @@ class Object:
@ivar rbFlags: Rigid body flags.
@type rbShapeBoundType: int
@ivar rbShapeBoundType: Rigid body shape bound type.
@type actionStrips: BPy_ActionStrips
@ivar actionStrips: a L{sequence<NLA.ActionStrips>} of
L{action strips<NLA.ActionStrip>} for the object.
"""
def buildParts():