| 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: Don't 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 | fakeUser: The fake user status. |
| 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) |
| int | users: The number of users of the armature. |
| 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. (Enters Editmode)
|
update()Save all changes and update the armature. (Leaves Editmode)
|
| Instance Variable Details |
|---|
autoIKAdds temporary IK chains while grabbing bones
|
bonesA Dictionary of Bones (BonesDict) that make up this armature.
|
delayDeformDon't deform children when manipulating bones
|
drawAxesDraw bone axes
|
drawNamesDraw bone names
|
envelopesWhether bone envelopes define deformation
|
fakeUserThe fake user status. Enabling this will keep it in the blend even if there are no users.
|
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)
|
usersThe number of users of the armature. Read-only.
|
vertexGroupsWhether vertex groups define deformation
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 | http://epydoc.sf.net |