mesh_edges2curves - edge key optimize and made use of scn.objects rather then Object.New()..

Object.py - passIndex mistake
This commit is contained in:
2006-12-12 21:38:04 +00:00
parent 80ee52e444
commit 824f391c75
2 changed files with 29 additions and 33 deletions

View File

@@ -438,7 +438,7 @@ class Object:
@type DupOff: int
@ivar passIndex: Index # for the IndexOB render pass.
Value is clamped to [0,1000].
@type DupOff: int
@type passIndex: int
@ivar drawSize: The size to display the Empty.
Value clamped to [0.01,10.0].
@type drawSize: float