added ob.passIndex to bpy, changed passIndex tooltip to a better one ton suggested.

This commit is contained in:
2006-12-12 21:01:43 +00:00
parent dd88a8ca0f
commit 47adee414c
3 changed files with 22 additions and 5 deletions

View File

@@ -436,6 +436,9 @@ class Object:
@ivar DupOff: The DupliFrame removal of every Nth frame for this object.
Use with L{enableDupFrames}. Value is clamped to [0,1500].
@type DupOff: int
@ivar passIndex: Index # for the IndexOB render pass.
Value is clamped to [0,1000].
@type DupOff: int
@ivar drawSize: The size to display the Empty.
Value clamped to [0.01,10.0].
@type drawSize: float