1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
********
Workflow
********
Relative Shape Keys
===================
#. In *Object Mode*, add a new shape key via the *Shape Key* panel with the ``+`` button.
#. "Basis" is the rest shape. "Key 1", "Key 2", etc. will be the new shapes.
#. Switch to *Edit Mode*, select "Key 1" in the *Shape Key* panel.
#. Deform mesh as you want (do not remove or add vertices).
#. Select "Key 2", the mesh will be changed to the rest shape.
#. Transform "Key 2" and keep going for other shape keys.
#. Switch back to *Object Mode*.
#. Set the *Value* for "Key 1", "Key 2", etc. to see the transformation between the shape keys.
In the figure below, from left to right shows: "Basis", "Key 1", "Key 2"
and mix ("Key 1" ``1.0`` and "Key 2" ``0.8``) shape keys in Object Mode.
.. figure:: /images/animation_shape-keys_workflow_relative.png
Relative shape keys example.
For more practical examples, see
:ref:`how to combine shape keys and drivers <shapekey-driver-example>`.
Absolute Shape Keys
===================
#. Add sequence of shape keys as described above for relative shape keys.
#. Uncheck the *Relative* checkbox.
#. Click the *Reset Timing* button.
#. Switch to *Object Mode*.
#. Drag *Evaluation Time* to see how the shapes succeed one to the next.
.. figure:: /images/animation_shape-keys_workflow_absolute.png
Absolute shape keys workflow.
By adding a :doc:`driver </animation/drivers/index>` or
setting :doc:`keyframes </animation/keyframes/introduction>`
to *Evaluation Time* you can create an animation.
.. seealso:: Shape Key Operators
There are two modeling tools used to control shape keys and
are found in :ref:`Edit Mode <modeling-meshes-editing-vertices-shape-keys>`.
|