Page 1 of 1

How to get "expressioned" values?

Posted: February 8th, 2007, 2:52 am
by daniel
Hi,

i access the scale-value form script via

Code: Select all

curLayer.scale.valueAtTime(time,true)
If the the scale-property is animated with an expression i can't the the result with this. What can i do, beside converting the expression to keyframes?

Thanks
Daniel

Posted: February 8th, 2007, 3:40 am
by daniel
i got it:

simply set valueAtTime(time,true) to valueAtTime(time,false);

daniel