| 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.0 on Wed May 12 22:11:00 2004 | http://epydoc.sf.net |