Page 1 of 1

Is it possible to move multiple object positions together?

PostPosted: Mon Jan 22, 2018 5:33 pm
by Hank Highfill
I have a text object connected to a Matte. The Matte has a Polygon attached to it.

I also added a particle emitter, particle render, animated it over 90 frames, and now I've decided I want it all to be somewhere else on the canvas instead of right in the center.

Is it possible to just select the whole bunch of items somehow and move them somewhere else? Right now I'm having to manually move the text, then move the polygon over the text again.

Thanks

Re: Is it possible to move multiple object positions togethe

PostPosted: Mon Jan 22, 2018 6:26 pm
by alan bovine
connect them all to a merge 3d and connect that to a transform3d and just use that...

Re: Is it possible to move multiple object positions togethe

PostPosted: Mon Jan 22, 2018 6:55 pm
by Hank Highfill
alan bovine wrote:connect them all to a merge 3d and connect that to a transform3d and just use that...

Ahh, I had tried that before posting but it didn't seem to be working.. It wasn't 'working' for me because my text was already off center so I didn't see the movement.

I recentered my text and now the transform is working.


Thanks.