dupliFaceScale wasnt being initialized for new objects, added Python api access

This commit is contained in:
2007-11-30 14:10:36 +00:00
parent 0bcc5e8b8d
commit 6b88141fda
3 changed files with 19 additions and 0 deletions

View File

@@ -428,6 +428,8 @@ class Object:
@type enableDupFaces: boolean
@ivar enableDupFacesScale: The DupliFacesScale status of the object.
@type enableDupFacesScale: boolean
@ivar dupFacesScaleFac: Scale factor for dupliface instance, 1.0 by default.
@type dupFacesScaleFac: float
@ivar enableDupFrames: The DupliFrames status of the object.
Does not indicate that this object has any dupliFrames,
(as returned by L{DupObjects}) just that dupliFrames are enabled.