Added matt's empty drawsize property to python.

This commit is contained in:
2006-03-31 09:50:39 +00:00
parent 58c6550a7c
commit 9d30a3a5ec
2 changed files with 7 additions and 1 deletions

View File

@@ -316,6 +316,8 @@ class Object:
@type DupOn: int
@ivar DupOff: The DupliFrame removal of every Nth frame for this object. (Use with L{enableDupFrames<enableDupFrames>})
@type DupOff: int
@ivar drawSize: The drawsize for empty objects. 1.0. is default.
@type drawSize: float
"""
def buildParts():