| 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. |
| bool | hasIK: True if this pose bone is a part of an IK (readonly), when False,
other IK related values have no affect. |
| Vector object | head: The final head location for this PoseBone. |
| 3-item sequence | limitmax: The x,y,z maximum limits on rotation when part of an IK |
| 3-item sequence | limitmin: The x,y,z minimum limits on rotation when part of an IK |
| bool | limitX: Limit rotation over X axis when part of an IK. |
| bool | limitY: Limit rotation over Y axis when part of an IK. |
| bool | limitZ: Limit rotation over Z axis 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. |
| bool | lockXRot: Disable X DoF when part of an IK. |
| bool | lockYRot: Disable Y DoF when part of an IK. |
| bool | lockZRot: Disable Z DoF when part of an IK. |
| 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) |
| float | stiffX: The x stiffness when part of an IK [0.0 - 0.990] |
| float | stiffY: The x stiffness when part of an IK [0.0 - 0.990] |
| float | stiffZ: The x stiffness when part of an IK [0.0 - 0.990] |
| float | stretch: The amount to stretch to the ik target when part of an IK [0.0 -
1.0] |
| Vector object | tail: The final tail location for this PoseBone. |
| Method Details |
|---|
insertKey(parentObject, frameNumber, type='[Pose.LOC, Pose.ROT, Pose.SIZE]', fast=False)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)
|
hasIKTrue if this pose bone is a part of an IK (readonly), when False, other IK related values have no affect.
|
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
|
limitXLimit rotation over X axis when part of an IK.
|
limitYLimit rotation over Y axis when part of an IK.
|
limitZLimit rotation over Z axis when part of an IK.
|
locThe change in location for this PoseBone. this is the equivilent of bone.getLoc() in the old 2.3x python api.
|
localMatrixThe matrix combination of rot/size/loc.
|
lockXRotDisable X DoF when part of an IK.
|
lockYRotDisable Y DoF when part of an IK.
|
lockZRotDisable Z DoF when part of an IK.
|
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)
|
stiffXThe x stiffness when part of an IK [0.0 - 0.990]
|
stiffYThe x stiffness when part of an IK [0.0 - 0.990]
|
stiffZThe x stiffness when part of an IK [0.0 - 0.990]
|
stretchThe amount to stretch to the ik target when part of an IK [0.0 - 1.0]
|
tailThe final tail location for this PoseBone. (not settable)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 | http://epydoc.sf.net |