art3mis Posted June 5, 2017 Share Posted June 5, 2017 Trying to delay the start of a simulation until a specific frame is reached. Using the following Vexpression inside a POP Attract SOP in my AutoDOP network. Can anyone tell me why it isn't working? ie no delay is happening, the effect starts on frame 1. Also tried $FF instead of $SF. if($SF>10){ forcescale = -500; } Quote Link to comment Share on other sites More sharing options...
art3mis Posted June 5, 2017 Author Share Posted June 5, 2017 Op Needed to set expression in Activation to $SF>10 Quote Link to comment Share on other sites More sharing options...
Noobini Posted June 5, 2017 Share Posted June 5, 2017 (edited) but why don't you just set Force = -500 then set Activation to $SF>10 instead of Vexpression ? EDIT: haha just posted it same time as you Edited June 5, 2017 by Noobini Quote Link to comment Share on other sites More sharing options...
Atom Posted June 5, 2017 Share Posted June 5, 2017 I have encountered some situations where a sim will not work right if you delay activation. If you go up one level, the entire dopnetwork, itself, has a start frame. If you run into bad behavior try setting the dopnetwork start frame instead. Quote Link to comment Share on other sites More sharing options...
Noobini Posted June 5, 2017 Share Posted June 5, 2017 (edited) hmm..just foolin' around again...and realised that you could set this Start Frame to a negative number.... anyway, found another way....Activation = 1, Force Scale = if($SF>10,-500,0) (this way you get 2 values of force) Edited June 5, 2017 by Noobini 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.