switch - expression for switch inpute every nth frame
3653
2
0
Hi all.
I have a switch node with 3 inputs and i would like to switch the input evry 140 frame.
0-140 input 0
140-280 input 1
280-420 input 2
How can i achieve that?
thank you
-
- tamte
- Member

- 9050 posts
- Joined: July 2007
- Offline
demonsd_miles17
i would like to switch the input evry 140 frame.
put an expression in the switch Input parm, something like this:
or if you want to switch on specific frames not necessarily every 140:
Edited by tamte - May 26, 2022 11:50:26
Tomas Slancik
FX Supervisor
Method Studios, NY
tamte
floor($F/140)
works like a charm
thank you