JJ FX Posted January 22, 2018 Share Posted January 22, 2018 (edited) Hi, So I have this expression: @P.z = sin(@ptnum + @T); but it looks like its running only on the first frame. How can I use time to evaluate on every each frame? EDIT: Got it, should be: @P.z = sin(@ptnum + @Frame); both @Time and @Frame work. Somehow I thought that @T is @Time Edited January 22, 2018 by JJ FX 1 Quote Link to comment Share on other sites More sharing options...
Noobini Posted January 22, 2018 Share Posted January 22, 2018 i guess you 'thought' @T in the old terms $T ? same as $F -> @Frame Quote Link to comment Share on other sites More sharing options...
Atom Posted January 22, 2018 Share Posted January 22, 2018 You can use @Time which will get you the timeline value in seconds, not frames. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.