Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 3.13 KB

Wiki armature.md

File metadata and controls

55 lines (42 loc) · 3.13 KB

return to wiki home

Armature

Armature layers

The KKBP armature hides some bone layers so the view is less cluttered. These bones can be found in each layer.
2 3 armature layers

The armature layer panel can be found by selecting the armature and looking in the Data tab. You can shift click a layer box to show multiple layers at a time. Blank boxes don't have any bones in them.
image

Joint corrections

The KKBP and Rigify armatures make use of helper bones to make the mesh look better when it deforms. These helper bones can be found in layers 2 and 3 of the KKBP armature. Some joint corrections are implemented by giving the helper bones bone contraints and other corrections are implemented by giving the helper bones drivers to automatically set their location and rotation when a specific bone is rotated. An example of a joint correction bone is shown below. In the default position, the cf_s_elboback_L bone stays in place. When the arm is bent the location drivers for cf_s_elboback_L cause the bone to move out and deform the arm properly. The third image is an example of what the arm would look like without the location drivers enabled. A list of all helper bones can be found in the create_joint_drivers function of modifyarmature.py

image

KKBP Armature

The KKBP armature features the following:

  • Eye controller bone
  • Hand and Leg IKs
  • A heel IK
  • A center bone that lets you move all bones at once

image image image

Rigify Armature

The Rigify armature includes many different features:

  • Eye controller bone
  • Hand and Leg IKs
  • A heel IK
  • A center bone that lets you move all bones at once
  • IK to FK sliders
  • IK to FK transition helpers
  • IK limb stretches
  • Tweak bones for limb deformation
  • Easy-to-use finger bones
  • Finger IKs
  • Palm bones
  • Foot spin bone
  • Eye look target
  • Individual eye bones
  • FK eye bones
  • Tongue IK
  • Head and Neck follow sliders
  • Head look target

Check this video series for understanding what the Rigify addon is and how it can be used.

Check this page for information specific to the KKBP Rigify armature.

return to wiki home