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 50 51 52 53 54 55 56 57 58 59 60
|
.. index:: Grease Pencil Modifiers; Lattice Modifier
.. _bpy.types.GreasePencilLatticeModifier:
****************
Lattice Modifier
****************
The Lattice modifier deforms the base object according to
the shape of a :doc:`Lattice </animation/lattice>` object.
.. tip::
A Lattice Modifier can quickly be added to selected objects by selecting them all,
then selecting the lattice object last and pressing :kbd:`Ctrl-P` and choosing *Lattice Deform*.
This will both add Lattice Modifiers to the selected objects and parent them to the lattice.
.. seealso::
This documentation refers to the Lattice Modifier specific to the Grease Pencil object.
For uses with other object types refer to the general :doc:`/modeling/modifiers/deform/lattice`.
Options
=======
.. figure:: /images/grease-pencil_modifiers_deform_lattice_panel.png
:align: right
Lattice Modifier.
Object
The :doc:`Lattice </animation/lattice>` object with which to deform the base object.
Vertex Group
Restricts the effect only to a vertex group.
Strength
A factor to control blending between original and deformed points positions.
Influence
---------
See :ref:`grease-pencil-modifier-influence-filters`.
Example
=======
.. list-table:: Lattice modifier example.
* - .. figure:: /images/grease-pencil_modifiers_deform_lattice_original.png
:width: 320px
Original model.
- .. figure:: /images/grease-pencil_modifiers_deform_lattice_edit.png
:width: 320px
After lattice edition.
|