Bender/Documentation/2.0/Modules/Armatures: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 28: Line 28:
== Tutorials ==
== Tutorials ==
== Panels and their use==
== Panels and their use==
{|
|
* '''Armature:'''
** '''Representation:''' ...
* '''Bones:'''


|[[Image:BenderArmaturesPanel.png|thumb|280px|User Interface]]
{| width="100%"
| valign="top"|
=== Overall ===
 
| align="right"|
|[[Image:BenderArmaturesPanel.png|thumb|550px|Overall armature panel]]
|}
 
{| width="100%"
| valign="top"|
=== Armature ===
 
| align="right"|
|[[Image:BenderArmaturesPanel_ArmatureSection.png|thumb|550px|Overall armature panel]]
|}
 
{| width="100%"
| valign="top"|
=== Bones ===
 
| align="right"|
|[[Image:BenderArmaturesPanel_BonesSection.png|thumb|550px|Overall armature panel]]
|}
 
{| width="100%"
| valign="top"|
=== Bone ===
 
| align="right"|
|[[Image:BenderArmaturesPanel_BoneSection.png|thumb|550px|Overall armature panel]]
|}
|}



Revision as of 15:14, 27 March 2013

Introduction and Acknowledgement

Author: Johan Andruejol, Kitware
Contributor #1: Julien Finet, Kitware
Acknowledgements: This work is supported by the Air Force Research Laboratories.
Contact: Julien Finet

Module Description

The Armatures module creates, edits and animates (poses) bone armatures using forward kinematic.

A bone is defined by its head (start point) and its tail (end point). Bones are organized in an armature structure that handles interaction between bones.

An armature has two modes:

  • Rest mode: bones are added, edited or removed.
  • Pose mode: bones are animated with forward kinematic. In this mode, the user can only rotate the bones around its head.

The module is split in three parts:

  • The panel Armature controls the properties of all the bones of the armature.
  • The panel Bones lists the bones hierarchy of the current armature.
  • The last panel Bone controls the properties of the currently selected bone.

Use Cases

Armature of a skeleton


Tutorials

Panels and their use

Overall

Overall armature panel

Armature

Overall armature panel

Bones

Overall armature panel

Bone

Overall armature panel

Similar Modules

References

Information for Developers