bonassus Posted January 3, 2018 Share Posted January 3, 2018 I have a sort node set to shift. I want to increment offset by 1 every 20th frame. $F%20==0 sets the offset from 0 to 1 every 20th frame. But how can I increment the value instead of setting to 0 or 1? Thanks. Quote Link to comment Share on other sites More sharing options...
yglemarec Posted January 3, 2018 Share Posted January 3, 2018 have you try $F/20 ? Quote Link to comment Share on other sites More sharing options...
bonassus Posted January 3, 2018 Author Share Posted January 3, 2018 Oh right. Thank you. 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.