-
reference specific frame
Hi,
How can I reference a variable at a specific frame, rather than the current frame?
In Nuke it would be:
result=variable(frameNumber)
which would look at the variable at the frame number in parentheses.
ie you could do
result=variable(time-10)
to make the animation delay by 10 frames
Thanks!
Alex