-
Syntax error where there none?
I’m revising a bunch of expressions to change the duration of a comp from 5 seconds to 10.
I have a slider control named “5 sec loop” I duplicated it and changed the name to “10 sec loop”, then I used pt_ExpressEdit to change all the expressions at once.All of them were disabled, however if I use the pickwhip to relink the property to the new slider it works ok, the text is exactly the same except for the 10 second bit, when I drag the pickwhip nothing changes in the selected text but the expression is enabled again.
It’s not a huge deal as I can manually update all my expressions, but it sort of defeats the purpose of a script like pt_ExpressEdit
The offending expression is shown below.
Any ideas?
L=thisComp.layer("xp").effect(“10 sec loop")("Slider")
time*L;
