Apr
28
I am trying to a switch node to be: 1 whilst (framerange = 0-24 AND 250-274 AND 500-524 AND 750-724 [and so on…] ) ELSE 0
this is the expression I think, where n = 0,1,2,3….
0>frame<((250n-1)+25) ? 1:0
how do I write the expression for this?
Post a Comment