-
Is there a way to store expressions in separate layers? Like named functions?
Hello!
I’m fairly new to expressions in AE, I did some scripting in 3ds max though so I have some idea about how it works.
I recently had to apply an expression to over 100 layers. It was a value for the “posterize time” filter that used “seedRandom(index,true)” to differentiate between layers. And later (suprise!) I had to make some changes in these expressions;).
So the question is: can I “store”(name?) an expression in say, a null layer, and then “link”(call?) values in many layers to the “parent” expression, while retaining layer-specific things like “seedRandom(index)”? So that I could only edit that single “parent” expression when needed?
If not, is there a way to search all/selected layers for strings of text with a replace option?
I sure know that you can copy and paste, I also found the topic with the “copy expression only” suggestion that helped a lot, but still these are not fast solutions.