cloudfx Posted May 28, 2012 Share Posted May 28, 2012 I am trying to select with expression on Pattern of Group Sop. like , `$F*10`-`($F*10)+10` so I get 10-20 , 20-30 , 30-40 , as frame increase but this expression is not working in the tab. Tried to make local attribute for $F*10 as $SELX and $F*10+10 as $SELY and put `$SELX`-`$SELY` and it is also not working. But `$F`-10 is working in pattern of Group sop which mean local variable is working..? Quote Link to comment Share on other sites More sharing options...
sadhu Posted May 29, 2012 Share Posted May 29, 2012 It works with Global Expression variables. Also you can use expressions (pointlist, primlist ... etc) which gives the list of point numbers or primitive numbers . `$F*10`-`($F*10)+10` is working fine. 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.