Jump to content

Freeze Particles In Space


Damo

Recommended Posts

Hi,

If I have an emitter which emits from frame 1 to frame 50 and the animation continues to frame 100, but I want all the active particles to freeze at frame 50 in a state of 'suspended animation' how would I achieve this?

Thanks

Link to comment
Share on other sites

Hi,

If I have an emitter which emits from frame 1 to frame 50 and the animation continues to frame 100, but I want all the active particles to freeze at frame 50 in a state of 'suspended animation' how would I achieve this?

Thanks

Im very new to houdini, but from what i understand you can make a vex op. If time > 50 then V=0,0,0

Link to comment
Share on other sites

Actually killing the velocity is way to harsh but it would work.

The proper method is to use particle states with the State POP. To put a particle in suspended animation, first put it in to a group with an expression then put down a State POP and reference that group containing particles you want to stop, enable STOP and set it to 0.

See the example file and read the comments on the POPs as to how I like to manage the particle stop state.

stop_state_example.hip

Link to comment
Share on other sites

  • 8 years later...

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...