-
Building Expressions Workflow: multiple layers referencing single code?
Hello all you smart people!
Here’s a workflow question:
I’m building a comp with a 100 layers that contains expressions on various parameters that uses layer index to drive stuff. So far so good and more to build. Great.
I love that you can use a text layer to debug your expression as you build them. Great.
When I build new code for any given parameter for each of those 100 layers, every time I make an adjustment, I have to delete all my layers, change the code for that parameter, and re-duplicate 99 times. Not the end of the world, I know, but it’s kinda getting old…
Now I’m curious if there’s a way to place expression code for a specific parameter somewhere that can act as a container that multiple layers can read from? That way, when I futz with the expression for that one parameter, all the layers could update automatically?
Call me lazy, but wouldn’t it be nice?
Oh wait – I may just have answered my question. Using Layer Control somehow…