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 |
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/quat/loc. |
String | name : The name of this PoseBone. |
Matrix object | poseMatrix : The total transformation of this PoseBone including constraints. |
Quaternion object | quat : The change in rotation for this PoseBone. |
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
|
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/quat/loc.
|
nameThe name of this PoseBone.
|
poseMatrixThe total transformation of this PoseBone including constraints. (not settable)
|
quatThe change in rotation for this PoseBone.
|
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 Thu Jul 13 16:50:05 2006 | http://epydoc.sf.net |