moving the whole group in an array.
I have a question regarding the array modifier:
let's say I arrange an object in a circle around an empty using the array modifier so that I have let's say 8 instances to form a wheel.
But when I try to move the wheel all the parts move in different directions.
Instead I would like to be able to freeze everything into one block (wheel) and be able to movethe wheel but without applying the modifier.
Is that possible?
-
Jonathan Williamson (jonathanwilliamson)
In order to move the wheel without applying the modifier you need to move the Empty and the Wheel object together.
To make this easier you can parent the wheel to the empty such that moving the empty also moves the wheel. You can do this by selecting the wheel, then select the empty and press CTRL + P.
-
Wonderful, thank you!!