17

I have a simple model that I want to animate for a short film. How do I attach an armature to a model? I want to be able to move the armature, which will control the model, and pose the model for animation.

stacker
  • 38,549
  • 31
  • 141
  • 243
John
  • 3,567
  • 8
  • 27
  • 38

1 Answers1

22

In object mode right click the model than right click the armature with Shift after selecting both the model and the armature set the parent by Ctrl-p and choose the option with automatic weights.

object-mode

object mode

Finally you can change the armature in pose mode and the model will deform.

enter image description here

object mode

To change the weights (how much a region of the model is influenced by the position of a particular bone) you can enter the weight paint mode and use the brushes to assign different weights.

For rigging a human character you should learn about Rigify which must be enabled in the user preferences / addons section.

enter image description here

weight paint mode

stacker
  • 38,549
  • 31
  • 141
  • 243