Jump to content

Grain impluse activation later


jackassol

Recommended Posts

$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 by jamesr
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...