| Home | Trees | Index | Help |
|
|---|
| Module Pose :: Class PoseBone |
|
| Method Summary | |
|---|---|
| None |
Insert a pose key for this PoseBone at a frame. |
| Instance Variable Summary | |
|---|---|
| Vector object | head: The final head location for this PoseBone. |
| 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 chane 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 |
|---|
headThe final head location for this PoseBone. (not settable)
|
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 chane is 1,1,1)
|
tailThe final tail location for this PoseBone. (not settable)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jan 26 09:17:43 2006 | http://epydoc.sf.net |