-
Multiple Instances of Same Expression: possible?
Based on my understanding of expressions I don’t think this is possible, but I thought I’d throw it out to the experts to confirm:
Is there a way to have a layer property automatically take an expression from another layer, in lieu of pasting the same expression repeatedly? I’d essentially like to hack a node-like behavior where I could adjust a single expression and have it be automatically executed by many instances in the same comp.
The project I’m working on involves making a huge array of pre-comps that can form a grid and/or fly apart based on random()s and various time and distance range settings. I’d love to be able to tweak a single expression to get the behavior I want, and then apply it to all the layers that need it without copy-pasting if possible. I can’t just pass the result of a single expression because each layer needs it’s own individually randomized result.
It seems like this would save a lot of time and fiddling…a guy can dream, right?
Thanks in advance!