Reader small image

You're reading from  Python Scripting in Blender

Product typeBook
Published inJun 2023
PublisherPackt
ISBN-139781803234229
Edition1st Edition
Right arrow
Author (1)
Paolo Acampora
Paolo Acampora
author image
Paolo Acampora

Paolo Acampora is a 3D artist and programmer, with experience in Animation, Visual Effects, and Real Time computer graphics. He provides tools that streamline the production workflow and let artists focus on the creative aspects of their craft. He has worked with several studios for more than a decade. He contributes to the blender development and releases his tools for the community.
Read more about Paolo Acampora

Right arrow

Deformation objects

Many deformers translate a change from one object to another. That allows us to deform a complex object by manipulating a simpler one. Here are a few notable examples:

  • Curve – Deforms a mesh along a curve object
  • Lattice – Transfers the changes from a regular grid to a mesh
  • Armature – Transfers the pose of an articulated structure to a mesh
  • Surface Deform – Transfers the deformation from one mesh to another

The object used by a modifier can be set using the modifier.object attribute.

The Armature modifier reproduces the limb movements using a structure of bones, so it requires a special type of object that can be posed.

A Lattice modifier, on the other hand, relies on the internal coordinates of a grid, which are specific to Lattice object types.

As an example, we will see how to add lattice deformation to an object.

Using the Lattice modifier

To use lattice deformation, we need geometry to deform...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Python Scripting in Blender
Published in: Jun 2023Publisher: PacktISBN-13: 9781803234229

Author (1)

author image
Paolo Acampora

Paolo Acampora is a 3D artist and programmer, with experience in Animation, Visual Effects, and Real Time computer graphics. He provides tools that streamline the production workflow and let artists focus on the creative aspects of their craft. He has worked with several studios for more than a decade. He contributes to the blender development and releases his tools for the community.
Read more about Paolo Acampora