Jump to content

Retime function


Recommended Posts

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

Link to comment
Share on other sites

Posted (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 by djtrashcap1
hadnt completely solved
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...