jackassol Posted March 28, 2018 Share Posted March 28, 2018 Hello guys, i have a grain sande box with is starting to simulate at the first frame. I need later after 600 Frames. In the " impulse activation tab" i have here $SF==1 What should i add to activate it at frame 600? Best jack Quote Link to comment Share on other sites More sharing options...
jamesr Posted March 28, 2018 Share Posted March 28, 2018 (edited) $FF==600 Though this will spawn them at frame 600. You can also change the start frame on your DOPnet to 600 if there doesn't need to be any simulation at all before them. If you want them created, but not really active, you could leave it at $SF==1 and try a couple of things. First, in sops, you could set their point attribute f@mass = 0.0; Zero Mass will make the grains not do anything. Then in a pop wrangle, you could do something like if(@Frame > 600) f@mass = 1.0; Or use a SOP Solver that sets the DOP Geometry to f@mass = 1.0; and use Enable Solver DOP set to $FF==600 This way it only calculates on that one frame. Alternatively, there's a shelf tool called "Awaken" and "Sleep" which is cool because it can be activated by geometry also. There should be some help cards on that. activate_grains_jamesr.hip Edited March 28, 2018 by jamesr 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.