-
Reference to expression text instead of final result
Hello,
I’m pretty sure this can’t be done, but I’ll try and see if any of you guys might prove me wrong.
Let’s say I have an expression like the following, which moves the layer given its in and out points:
transitionLength = effect("Transition Length")("Slider");xPos = ease(time,outPoint - transitionLength,outPoint, 960, 960 - 1920);
[xPos, value[1]]
If I wanted to apply it to a bunch of layers to be sequenced, I would have to copy and paste it, while fixing the link to the effect slider on top.
I was wondering if there might be a way to tell the position value of those layers to read the content of the expression text, instead of the output value, so that I would simply have to link them to the first layer and then worrying about changes only for the original expression.
Does it make any sense?
Cheers and thanks!
G.