djtrashcap1 Posted August 13 Share Posted August 13 Hey guys! Just trying to get my head aronud how I could create an expression on a retime node or similar so it would hold 3 frames constantly So it would output the following frames: 1,1,1,4,4,4,7,7,7,10,10,10,13,13,13 trying to use some sort of modulo expression but cant crack it. appreciate it! <3 Quote Link to comment Share on other sites More sharing options...
djtrashcap1 Posted August 13 Author Share Posted August 13 (edited) Actually just solved this in case anyone wants to use it 2*(floor($F/3)-1)+(floor($F/3)-1)+4 problem is this will only work for every 3 frames not sure how I could exctrapolate to change it in case I need every nth frame Edited August 13 by djtrashcap1 hadnt completely solved 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.