-
Load external expression.txt and reference a slider in the comp
Hi
I’ve set up an external .txt file which is referenced by multiple layers with $.evalFile(). The load works fine, but I have an issue with expression sliders that I’ve referenced. An extract…
rate = thisComp.layer(“settings”).effect(“rate”)(“Slider”);
posterizeTime(rate);
returns the following
Error: Reference Error: seedRandom is not defined.
Is there a way for me to use expression sliders in an expression that is loaded from an external file? The reason I’m doing this in the first place is that I’d like this to run across many layers and updating each when I make a change becomes really tedious. If the above is not possible, do you have a workflow that works for you?
Thanks