zzangxx Posted April 6, 2011 Share Posted April 6, 2011 (edited) Hello~ everybody~ I got some trouble making the time_counter. I want to make the vex like this : count = 0; for(int i = startframe; i < endframe; frame++) { if( $color_R == 1 ) count++; } Please help me~. Edited April 6, 2011 by zzangxx Quote Link to comment Share on other sites More sharing options...
brianburke Posted April 7, 2011 Share Posted April 7, 2011 Hello~ everybody~ I got some trouble making the time_counter. I want to make the vex like this : count = 0; for(int i = startframe; i < endframe; frame++) { if( $color_R == 1 ) count++; } Please help me~. vex can only operate on the current point at the current time. to make your vex time dependent, put it in something time dependent (like a pop network or a sop solver). 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.