How to get "expressioned" values?

What type of scripts do you need?

Moderator: byronnash

Post Reply
daniel
Posts: 7
Joined: January 17th, 2007, 5:24 am

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
daniel
Posts: 7
Joined: January 17th, 2007, 5:24 am

i got it:

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

daniel
Post Reply