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

Transforming objects indirectly

We have seen how to transform an object by altering its channels directly. There are two other ways to influence an object’s position, rotation, and scale. Object Constraints are special utilities that affect the transformation either by limiting certain values or by copying them from another object.

Then there is the possibility to arrange more objects in a hierarchy via Parenting, that is, by making one object belong to another.

We will see how these operations are reflected in Python.

Using Object Constraints

Constraints can move, rotate, or scale an object without changing its transform properties. Some of them, such as Copy Transforms, override the object transform completely; others, such as Limit Distance, operate on top of them.

Figure 4.5: Blender constraints menu

Figure 4.5: Blender constraints menu

Most constraints bind the transforms of more objects together, such as Copy Location, while others, such as Limit Location, have their...

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