Home | Trees | Index | Help |
|
---|
Module Armature :: Class Bone |
|
Method Summary | |
---|---|
List of Bone object |
Gets all the children under this bone including the children's children. |
Bool |
Whether or not this bone has children |
Bool |
Whether or not this bone has a parent |
Instance Variable Summary | |
---|---|
List of Bone Objects | children : The children directly attached to this bone. |
Float | deformDist : The deform distance of the bone |
Dictionary | head : This Bone's "head" ending position when in rest state. |
Float | headRadius : The radius of this bones head (used for envalope bones) |
Float | length : The length of the bone. |
Matrix Object | matrix : This Bone's matrix. |
String | name : The name of this Bone. |
List of Constants | options : Various bone options which can be: |
Bone Object | parent : The parent Bone. |
Dictionary | roll : This Bone's roll value. |
Int | subdivision : The number of bone subdivisions. |
Dictionary | tail : This Bone's "tail" ending position when in rest state. |
Float | tailRadius : The radius of this bones head (used for envalope bones) |
Float | weight : The bone's weight. |
Method Details |
---|
getAllChildren()Gets all the children under this bone including the children's children.
|
hasChildren()Whether or not this bone has children
|
hasParent()Whether or not this bone has a parent
|
Instance Variable Details |
---|
childrenThe children directly attached to this bone.
|
deformDistThe deform distance of the bone
|
headRadiusThe radius of this bones head (used for envalope bones)
|
lengthThe length of the bone. This cannot be set.
|
nameThe name of this Bone.
|
parentThe parent Bone.
|
rollThis Bone's roll value. Keys are:
|
subdivisionThe number of bone subdivisions.
|
tailRadiusThe radius of this bones head (used for envalope bones)
|
weightThe bone's weight.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 | http://epydoc.sf.net |