Home | Trees | Index | Help |
|
---|
Module Armature :: Class Armature |
|
Method Summary | |
---|---|
Add a bone to the armature. | |
Set whether or not to draw the armature's axes per bone. | |
Set whether or not to draw the armature's names per bone. | |
PyList |
Get all the Armature bones. |
string |
Get the name of this Armature object. |
Set the name of this Armature object. |
Class Variable Summary | |
---|---|
bones : A List of Bones that make up this armature. | |
name : The Armature name. |
Method Details |
---|
addBone(bone)Add a bone to the armature.
|
drawAxes(bool)Set whether or not to draw the armature's axes per bone.
|
drawNames(bool)Set whether or not to draw the armature's names per bone.
|
getBones()Get all the Armature bones.
|
getName()Get the name of this Armature object.
|
setName(name)Set the name of this Armature object.
|
Class Variable Details |
---|
bonesA List of Bones that make up this armature. |
nameThe Armature name. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 12 21:47:30 2004 | http://epydoc.sf.net |