-
Expression not working on final render
I added an expression to the rotation value of a layer. When I ram preview it it plays back fine and I see the expected animation, but when I do a final render, the video looks as if there was no expression applied. I tried baking the keyframes and didn’t work either. When I render the file the cti stops for a moment in the frame where the expression is supposed to start and then continues without generating animation.
If I disable multiprocessing then the expression doesn’t work at all, not even in ram previews.
Anyone knows what might be going on?
Thanks.
audio=thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider")
if (audio>=.5)
{wiggle(5,20)}
else
{0}
;
Sorry, there were no replies found.