Python API object.parentVertexIndex - access vertex parent indicies
This commit is contained in:
@@ -389,6 +389,8 @@ class Object:
|
||||
@ivar parentbonename: The string name of the parent bone (if defined).
|
||||
This can be set to another bone in the armature if the object already has a bone parent.
|
||||
@type parentbonename: string or None
|
||||
@ivar parentVertexIndex: A list of vertex parent indicies, with a length of 0, 1 or 3. When there are 1 or 3 vertex parents, the indicies can be assigned to a sequence of the same length.
|
||||
@type parentVertexIndex: list
|
||||
@ivar protectFlags: The "transform locking" bitfield flags for the object.
|
||||
See L{ProtectFlags} const dict for values.
|
||||
@type protectFlags: int
|
||||
|
||||
Reference in New Issue
Block a user