Module Armature :: Class Armature
[frames | no frames]

Class Armature


The Armature object

This object gives access to Armature-specific data in Blender.
Method Summary
Armature Object __init__(name)
Initializer for the Armature TypeObject.
None makeEditable()
Put the armature into EditMode for editing purposes.
None update()
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')
(Constructor)

Initializer for the Armature TypeObject. Example:
   myNewArmature = Blender.Armature.Armature('AR_1')
Parameters:
name - The name for the new armature
           (type=string)
Returns:
New Armature Object
           (type=Armature Object)

makeEditable()

Put the armature into EditMode for editing purposes.
Returns:
None

Warning: The armature should not be in manual editmode prior to calling this method. The armature must be parented to an object prior to editing.

update()

Save all changes and update the armature.
Returns:
None

Note: Must have called makeEditable() first.


Instance Variable Details

autoIK

Adds temporary IK chains while grabbing bones
Type:
Bool

bones

A Dictionary of Bones (BonesDict) that make up this armature.
Type:
BonesDict Object

delayDeform

Dont deform children when manipulating bones
Type:
Bool

drawAxes

Draw bone axes
Type:
Bool

drawNames

Draw bone names
Type:
Bool

drawType

The drawing type that is used to display the armature Acceptable values are:
  • Armature.OCTAHEDRON: bones drawn as octahedrons
  • Armature.STICK: bones drawn as sticks
  • Armature.BBONE: bones drawn as b-bones
  • Armature.ENVELOPE: bones drawn as sticks with envelopes
Type:
Constant Object

envelopes

Whether bone envelopes define deformation
Type:
Bool

ghost

Draw ghosts around frame for current Action
Type:
Bool

ghostStep

Number of frames between ghosts
Type:
Int

mirrorEdit

X-axis mirrored editing
Type:
Bool

name

The Armature name.
Type:
String

restPosition

Show rest position (no posing possible)
Type:
Bool

vertexGroups

Whether vertex groups define deformation
Type:
Bool

Generated by Epydoc 2.1 on Thu Dec 22 22:38:14 2005 http://epydoc.sf.net