===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

@@ -15,6 +15,7 @@ The Blender Python API Reference
-----------
- L{Armature}
- L{NLA}
- L{Action<NLA.Action>}
- L{BezTriple} (*)
- L{BGL}
- L{Camera}
@@ -39,6 +40,7 @@ The Blender Python API Reference
- L{Object} (*)
- L{Pose}
- L{Constraint} (*)
- L{ActionStrips<NLA>} (*)
- L{Registry}
- L{Scene}
- L{Radio}