added .sel to pose bones as well as read only .parent property

This commit is contained in:
2006-08-31 09:26:49 +00:00
parent ab5cc740d6
commit e2e6bce283
3 changed files with 44 additions and 1 deletions

View File

@@ -81,6 +81,10 @@ class PoseBone:
@type head: Vector object
@ivar tail: The final tail location for this PoseBone. (not settable)
@type tail: Vector object
@ivar sel: The selection state of this bone
@type sel: Boolean
@ivar parent: The parent of this posebone (not settable)
@type parent: posebone or None
@ivar localMatrix: The matrix combination of rot/quat/loc.
@type localMatrix: Matrix object
@ivar poseMatrix: The total transformation of this PoseBone including constraints.