-
Re-aligning layers in 3D space
I have a comp that has around 500 layers laid out, from right in front of the comp camera, back into deep Z space. There’s about a 500 pixel gap in Z space between each layer. Added to that, each layer has a random x/y position.
What I want to do is change the Z depth of every single layer, but *not* affect the x/y position of the layers. So for example if I wanted to increase the 500 pixel gap to say 1000 pixels for ever layer, but not affect the x/y position, how would I do this without monotonously moving each individual layer at a time, not to mention I probably wouldn’t get the spacing right the first time, so I’d end up doing it for the rest of my life?!
Mike.