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

Understanding object modifiers

Object modifiers change the displayed status of an object without altering its geometric data. We met something similar in Chapter 8, when we applied effects to animation F-Curves without changing their keyframes.

Like F-Modifiers, they can be stacked on each other and accessed in Python as a collection property.

Modifiers can be added manually, but their creation and setup can be scripted as well. Before we delve into the API, let’s take a look at how to create them in the Modifiers properties.

Adding modifiers

Object modifiers are created in the Modifiers tab of Properties using the Add Modifier drop-down button. The tab is marked with the icon of a wrench.

Figure 11.1: Adding modifiers in Blender

Figure 11.1: Adding modifiers in Blender

Clicking Add Modifier displays the available options. They change according to the object type: curves don’t have as many modifiers as meshes, while nongeometric types such as empty or cameras can’...

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