| Home | Trees | Index | Help |
|
|---|
| Module Pose :: Class PoseBone |
|
| Method Summary | |
|---|---|
| None |
Insert a pose key for this PoseBone at a frame. |
| Instance Variable Summary | |
|---|---|
| BPy_ConstraintSeq | constraints: a sequence of constraints for the object |
| Object or None | displayObject: The object to display in place of the bone. |
| Vector object | head: The final head location for this PoseBone. |
| A 3-item sequence | limitmax: The x,y,z maximum limits on rotation when part of an IK |
| A 3-item sequence | limitmin: The x,y,z minimum limits on rotation when part of an IK |
| Vector object | loc: The change in location for this PoseBone. |
| Matrix object | localMatrix: The matrix combination of rot/size/loc. |
| String | name: The name of this PoseBone. |
| posebone or None | parent: The parent of this posebone (not settable) |
| Matrix object | poseMatrix: The total transformation of this PoseBone including constraints. |
| Quaternion object | quat: The change in rotation for this PoseBone. |
| Boolean | sel: The selection state of this bone |
| Vector object | size: The change in size for this PoseBone (no change is 1,1,1) |
| Vector object | tail: The final tail location for this PoseBone. |
| Method Details |
|---|
insertKey(parentObject, frameNumber, type)Insert a pose key for this PoseBone at a frame.
|
| Instance Variable Details |
|---|
constraintsa sequence of constraints for the object
|
displayObjectThe object to display in place of the bone. (custom bones)
|
headThe final head location for this PoseBone. (not settable)
|
limitmaxThe x,y,z maximum limits on rotation when part of an IK
|
limitminThe x,y,z minimum limits on rotation when part of an IK
|
locThe change in location for this PoseBone.
|
localMatrixThe matrix combination of rot/size/loc.
|
nameThe name of this PoseBone.
|
parentThe parent of this posebone (not settable)
|
quatThe change in rotation for this PoseBone.
|
selThe selection state of this bone
|
sizeThe change in size for this PoseBone (no change is 1,1,1)
|
tailThe final tail location for this PoseBone. (not settable)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 | http://epydoc.sf.net |