Page 1 of 1
expression to key frame
Posted: October 3rd, 2006, 2:36 pm
by holycrapster
Is there a way to convert an expression into key frames in AE 7? In 6.5 all I had to do was add key frame to what ever frame I wanted and it would use the value of the expression but it doesnt do that now so I was wondering if they had moved that function to some where else
Posted: October 3rd, 2006, 3:20 pm
by Dan Ebberts
Animation > Keyframe Assistant > Convert Expression to Keyframes
But my guess is that's not really what you're after. If you want the results of your expression to be added to the keyframed value, you use something like this at the end of your expression:
value + <result of your expression>
Dan