| Home | Trees | Index | Help |
|
|---|
| Module Armature :: Class Armature |
|
| Method Summary | |
|---|---|
| Armature Object |
Initializer for the Armature TypeObject. |
| None |
Put the armature into EditMode for editing purposes. |
| None |
Save all changes and update the armature. |
| Instance Variable Summary | |
|---|---|
| Bool | autoIK: Adds temporary IK chains while grabbing bones |
| BonesDict Object | bones: A Dictionary of Bones (BonesDict) that make up this armature. |
| Bool | delayDeform: Dont deform children when manipulating bones |
| Bool | drawAxes: Draw bone axes |
| Bool | drawNames: Draw bone names |
| Constant Object | drawType: The drawing type that is used to display the armature Acceptable
values are: |
| Bool | envelopes: Whether bone envelopes define deformation |
| Bool | ghost: Draw ghosts around frame for current Action |
| Int | ghostStep: Number of frames between ghosts |
| Bool | mirrorEdit: X-axis mirrored editing |
| String | name: The Armature name. |
| Bool | restPosition: Show rest position (no posing possible) |
| Bool | vertexGroups: Whether vertex groups define deformation |
| Method Details |
|---|
__init__(name='myArmature')
Initializer for the Armature TypeObject. Example:
|
makeEditable()Put the armature into EditMode for editing purposes.
|
update()Save all changes and update the armature.
|
| Instance Variable Details |
|---|
autoIKAdds temporary IK chains while grabbing bones
|
bonesA Dictionary of Bones (BonesDict) that make up this armature.
|
delayDeformDont deform children when manipulating bones
|
drawAxesDraw bone axes
|
drawNamesDraw bone names
|
envelopesWhether bone envelopes define deformation
|
ghostDraw ghosts around frame for current Action
|
ghostStepNumber of frames between ghosts
|
mirrorEditX-axis mirrored editing
|
nameThe Armature name.
|
restPositionShow rest position (no posing possible)
|
vertexGroupsWhether vertex groups define deformation
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jan 26 09:17:44 2006 | http://epydoc.sf.net |