Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hess <me@harkyman.com>2006-08-30 19:22:19 +0400
committerRoland Hess <me@harkyman.com>2006-08-30 19:22:19 +0400
commit20818be156fcc976d61d9156fa18e7723c5f0ad0 (patch)
tree18d046436aab068f4dd147bce0a9740d94016382 /source/blender/python/api2_2x/doc/Object.py
parent090a010988ad86b73d7222c2218b988876c36f5b (diff)
Adds toggle to Object API for enabling NLA animation versus active Action
animation. Object.enableNLAOverride=True sets to use NLA; Object.enableNLAOverride=False sets to use active Action; status=Object.enableNLAOverride shows current status
Diffstat (limited to 'source/blender/python/api2_2x/doc/Object.py')
-rw-r--r--source/blender/python/api2_2x/doc/Object.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 183a44639c2..aa98219d368 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -379,6 +379,8 @@ class Object:
empty_ob.setMatrix(dupe_matrix)
Blender.Redraw()
@type DupObjects: list of tuples containing (object, matrix)
+ @ivar enableNLAOverride: Whether the object uses NLA or active Action for animation.
+ @type enableNLAOverride: boolean
@ivar enableDupVerts: The DupliVerts status of the object.
Does not indicate that this object has any dupliVerts,
(as returned by L{DupObjects}) just that dupliVerts are enabled.