doc Posted April 19, 2011 Share Posted April 19, 2011 I'm reading an attribute (animated) into a geometry chop. If the value of a channel goes above 0.5 at any time I want the channel to be set to 1 for the entire frame range. Anybody know how to do this? thanks Quote Link to comment Share on other sites More sharing options...
anim Posted April 19, 2011 Share Posted April 19, 2011 append expression CHOP and to Expression 1 Parameter type if(icmax(0, $C)>0.5, 1, $V) icmax(0, $C) - maximum value of 0 (first) input current channel ($C) $V - input value Quote Link to comment Share on other sites More sharing options...
doc Posted April 20, 2011 Author Share Posted April 20, 2011 thanks! 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.