Changes between Version 1 and Version 2 of BasicAnimationImplementation


Ignore:
Timestamp:
Jul 14, 2012, 4:40:02 AM (12 years ago)
Author:
Zaggy1024
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicAnimationImplementation

    v1 v2  
    11* '''STEP 1''' Open Blender, and open your file from the [[Basic3DImplementation]] tutorial.
     2[[Image(http://i.imgur.com/cI4zu.png)]]
    23
    34* '''STEP 2''' Press space and type in "Armature" in the search box that comes up, and press enter. (This will activate the first option that Blender finds)
     5[[Image(http://i.imgur.com/8NEl9.png)]]
    46
    57* '''STEP 3''' Find Properties panel. If you can't find it, then set one of your panels (other than the 3D View) to the Properties panel.
     8[[Image(http://i.imgur.com/DWqrv.png)]]
    69
    710* '''STEP 4''' Select "Object Data" in the tab bar on the Properties panel.
     11[[Image(http://i.imgur.com/FOyUC.png)]]
    812
    913* '''STEP 4''' Check X-Ray in the "Display" box. This will allow you to see the bones through the mesh so you can manipulate the bones even when the bones are enveloped by the mesh they deform.
     14[[Image(http://i.imgur.com/w7xVK.png)]]
     15[[Image(http://i.imgur.com/aCqKh.png)]]
    1016
    1117* '''STEP 5''' Select the mesh and then the armature in that order, and press Ctrl+P. Blender will give you 6 options, and rigs for 0 A.D. should use vertex groups (which allow you to select exactly which vertices move with which bones) so the deformations can be made to look as natural as possible. (Bone envelopes, which are basically automatic groups, often will make the deformation look totally wrong.)
     18[[Image(http://i.imgur.com/2kcr8.png)]]
    1219
    1320* '''STEP 6''' Select the mesh and go into edit mode using the menu on the left side of the bar along the bottom of the 3D View, or by pressing Tab.
     21[[Image(http://i.imgur.com/7VpDq.png)]]
    1422
    1523* '''STEP 7''' In the "Vertex Groups" box in the Object Data panel, you should see a vertex group called "Bone" selected. This vertex group corresponds to the bone in the armature. To make that bone move all the vertices in the cube, select all the vertices of the cube using the A key with your mouse over the 3D View, then press the "Assign" button under the list of vertex groups.
     24[[Image(http://i.imgur.com/cDbq4.png)]]