Page Menu
Home
Search
Configure Global Search
Log In
Files
F3201
doc-Object.py.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
jean-michel soler (jms)
Nov 13 2013, 1:08 PM
Size
1 KB
Subscribers
None
doc-Object.py.patch
View Options
Index: source/blender/python/api2_2x/doc/Object.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Object.py,v
retrieving revision 1.61
diff -u -r1.61 Object.py
--- source/blender/python/api2_2x/doc/Object.py 16 Feb 2006 20:09:32 -0000 1.61
+++ source/blender/python/api2_2x/doc/Object.py 20 Feb 2006 21:32:36 -0000
@@ -517,6 +517,30 @@
@return: a boolean value.
"""
+ def getDupliFrames():
+ """
+ Get state of DupliFrames animation property
+ @return: a boolean value.
+ """
+
+ def getDupliGroup():
+ """
+ Get state of DupliGroup animation property
+ @return: a boolean value.
+ """
+
+ def getDupliRot():
+ """
+ Get state of DupliRot animation property
+ @return: a boolean value.
+ """
+
+ def getDupliNoSpeed():
+ """
+ Get state of DupliRot animation property
+ @return: a boolean value.
+ """
+
def insertIpoKey(keytype):
"""
Inserts keytype values in object ipo at curframe. Uses module constants.
@@ -906,6 +930,24 @@
def setDupliVerts(data):
"""
Set state of DupliVerts animation property
+ @param data: boolean value True, False, 0 or not 0.
+ """
+
+ def setDupliFrames(data):
+ """
+ Set state of DupliFrames animation property
+ @param data: boolean value True, False, 0 or not 0.
+ """
+
+ def setDupliRot(data):
+ """
+ Set state of DupliRot animation property
+ @param data: boolean value True, False, 0 or not 0.
+ """
+
+ def setDupliNoSpeed (data):
+ """
+ Set state of DupliNoSpeed animation property
@param data: boolean value True, False, 0 or not 0.
"""
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ab/88/cf28a1c56337978c76e447b241dd
Event Timeline
Log In to Comment