Home | Trees | Index | Help |
|
---|
Module Armature :: Class Bone |
|
Method Summary | |
---|---|
list of Blender Bones |
Get this Bone's children Bones, if available. |
list of three floats |
Get the "head" ending position. |
list of three floats |
Get the location of this Bone. |
string |
Get the name of this Bone. |
Blender Bone |
Get this Bone's parent Bone, if available. |
list of four floats. |
Get this Bone's quaternion. |
float |
Get the roll value. |
list of three floats |
Get the size attribute. |
list of three floats |
Get the "tail" ending position. |
true or false |
True if this Bone has a parent Bone. |
Set the "head" ending position. | |
Set the new location for this Bone. | |
Rename this Bone. | |
Set the new quaternion orientation for this Bone. | |
Set the roll value. | |
Set the new size for this Bone. | |
Set the "tail" ending position. |
Class Variable Summary | |
---|---|
children : The children bones. | |
head : This Bone's "head" ending position when in rest state. | |
loc : This Bone's location. | |
name : The name of this Bone. | |
parent : The parent Bone. | |
quat : This Bone's quaternion. | |
roll : This Bone's roll value. | |
size : This Bone's size. | |
tail : This Bone's "tail" ending position when in rest state. |
Method Details |
---|
getChildren()Get this Bone's children Bones, if available.
|
getHead()Get the "head" ending position.
|
getLoc()Get the location of this Bone.
|
getName()Get the name of this Bone.
|
getParent()Get this Bone's parent Bone, if available.
|
getQuat()Get this Bone's quaternion.
|
getRoll()Get the roll value.
|
getSize()Get the size attribute.
|
getTail()Get the "tail" ending position.
|
hasParent()True if this Bone has a parent Bone.
|
setHead(x, y, z)Set the "head" ending position.
|
setLoc(x, y, z)Set the new location for this Bone.
|
setName(name)Rename this Bone.
|
setQuat(real, imag_i, imag_j, imag_k)Set the new quaternion orientation for this Bone.
|
setRoll(roll)Set the roll value.
|
setSize(x, y, z)Set the new size for this Bone.
|
setTail(x, y, z)Set the "tail" ending position.
|
Class Variable Details |
---|
childrenThe children bones. |
headThis Bone's "head" ending position when in rest state. |
locThis Bone's location. |
nameThe name of this Bone. |
parentThe parent Bone. |
quatThis Bone's quaternion. |
rollThis Bone's roll value. |
sizeThis Bone's size. |
tailThis Bone's "tail" ending position when in rest state. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Nov 11 20:06:11 2003 | http://epydoc.sf.net |