-
Loopable expression to large number of layers
Hi all,
I often use this nifty expression I got from the achieves here, posted by Dan Ebberts. It’s really useful.
freq = .2;
amp = 20;end = thisComp.duration;
delta = wiggle(freq,amp,1,0.5,0) – wiggle(freq,amp,1,0.5,end);
wiggle(freq,amp) + delta*time/endI’d like to apply it to about a hundred layers in the one comp. Could anyone advise me of a way of doing so, with out having to apply it to each layer specifically? I’m sure it could be do with a null layer… somehow?
Thanks…
si