Activity › Forums › Adobe After Effects › Object Array
-
Object Array
Posted by Chris Dunwald on March 19, 2009 at 6:55 pmJust wondering if anyone has any ideas or suggestions on how to create an Array of an object like you can in say 3DS MAX.
IE. copy and offset an object or layer 300 pixels, 75 times without doing it manually.
thanks in advance
Chris Dunwald replied 17 years, 5 months ago 3 Members · 3 Replies -
3 Replies
-
Adriano Moraes
March 19, 2009 at 7:58 pmTrapcode Echospace might be what you´re looking for:
https://www.trapcode.com/products_echospace.html
Also there are some pretty good tutorials about that technic around the web that might be your starting point:
https://www.videocopilot.net/tutorials/3d_offset/
And some posts here on the cow as well. Even if you have to hit CTRL+D some times you can distribute them in a faster better easier way then doing it manually one by one.
Hope it helps.
Cheers.
ninguem.
-
Kevin Camp
March 19, 2009 at 8:00 pmthere is a plugin called echo space (trapcode.com) that can make this easier, but you can also use a simple expression to create an offset based on the index of the layer (the layer’s order in the comp). then it’s just a matter of duplicating the layer 75 times…
an expression like this in the position expression field would offset the layer 300 pixels down:
value + [0,(-300*index)]
if that was on the first layer, you could then duplicate that layer and each duplicate would have a y offset of -300 pixels…
if you’re good with java script, you could write a script that could be applied to a layer with parameters for how many duplicates to generate and how effect various layer properties… but that would take far longer for me than hitting command-d (mac) 75 times….
Kevin Camp
Senior Designer
KCPQ, KMYQ & KRCW
Reply to this Discussion! Login or Sign Up