Jump to content

how to stop emitting from object for flip!?


animafun1

Recommended Posts

Hey!

I emitted particles from an sphere to a cylinder on frame 1, but I don't know how to stop emitting from sphere for example on frame 100!!!

attach a screen shot in below

any one can help me please!?

thanks in advance

emit obj.jpg

Edited by animafun1
Link to comment
Share on other sites

Inside the AutoDopNetwork there is a SourceVolume node. That node has an Activation parameter. You can place an expression in that field to turn the particles on or off.

Turn particles off after 24 frames.

if($F < 24,1,0)

 

  • Like 1
Link to comment
Share on other sites

12 minutes ago, Atom said:

Inside the AutoDopNetwork there is a SourceVolume node. That node has an Activation parameter. You can place an expression in that field to turn the particles on or off.

Turn particles off after 24 frames.


if($F < 24,1,0)

thanks

 

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