Skip to content
Home » How To Affect Only Location in Transformations

How To Affect Only Location in Transformations

Spread the love

Transformations like grabbing, rotating and scaling are something you do on a daily basis. In a typical scenario you just select an object and do something to it, like move it to a different location, scale it or rotate it. These transformations affect the whole object.

Transformations Can Affect an Object…

For example, if you create a cube and move it, the whole cube will move. Or if you rotate the cube, the whole cube will be rotated. If you have more cubes and rotate them, you will see that the whole cubes are affected. And this is what you usually want, but, as you might have guessed, there are other possible scenarios as well.

Your Panda3D Magazine

Make Awesome Games and Other 3D Apps

with Panda3D and Blender using Python.

Cool stuff, easy to follow articles.

Get the magazine here (PDF).

… or Just Location

So, what if you only want to affect the locations of objects, not the objects themselves? Yes, you can do it. You can affect only the location in Blender. To demonstrate how it works, let’s first create some objects, for example by duplicating the default cube a couple of times. I’ll have three cubes altogether. If you are following along, move the cubes apart, just like in the picture below:

affect just the location

Now select all three cubes and move them as you always do, using the G hotkey. Then rotate them and scale. To do it you can use the R and S hotkeys respectively (just a reminder). As you can see, you are affecting the objects – the objects are moved, rotated and scaled.

Blender Jumpstart Course

Learn the basics of 3D modeling in Blender.

step-by-step, easy to follow, visually rich

The course is available on Udemy and on Skillshare.

With the cubes still selected open the Transform Options and check Location. You can find it in the Properties panel, which you can access by hitting N on your keyboard.

Now try moving, rotating and scaling again. This time moving works the same, but when you rotate and scale only the locations are affected. Now that you know how to use this technique, think of some use cases of your own.

Python Jumpstart Course

Learn the basics of Python, including OOP.

with lots of exercises, easy to follow

The course is available on Udemy.

Here’s the video version:


Spread the love

Leave a Reply