Rob P Posted October 26, 2016 Share Posted October 26, 2016 Hi, I have a POP source where points enter and stay but I do not want them to emit constantly. Is there a way to emit particle only on time when the emitter point enter in the POP ? Quote Link to comment Share on other sites More sharing options...
Atom Posted October 26, 2016 Share Posted October 26, 2016 (edited) Sure, just craft an Activation expression (Birth TAB) that matches the frame numbers when your emitter is is the correct location. For instance, if the emitter is in the correct location from frames 36-96... if($FF >35 && $FF < 96,1,0) Edited October 26, 2016 by Atom Quote Link to comment Share on other sites More sharing options...
Rob P Posted October 31, 2016 Author Share Posted October 31, 2016 Thank you for your reply Atom, Ok for the expression but that mean that all the emission points will emit particles constantly between Frames 35-96. However I would like my emission points just emit the first frame they enter in the POPnet. Quote Link to comment Share on other sites More sharing options...
dimovfx Posted October 31, 2016 Share Posted October 31, 2016 Emission type -> All Points then animate Impulse Activation to be "1" at the frame you want to emit particles. or with expression $F==1 (will emit at frame 1 only) Quote Link to comment Share on other sites More sharing options...
Rob P Posted October 31, 2016 Author Share Posted October 31, 2016 Thanks for your reply Sasho78, I understand the trick but in my case, my points source are entering in my POPnet at every frames and I want them to generate particles only the first frame when they are in the POPnet so I have to do it in a procedural way and not by specifying a specific frame. Quote Link to comment Share on other sites More sharing options...
Daverod Posted November 16, 2018 Share Posted November 16, 2018 I am now in the same situation. In my grid some prims are going from black to red. I want them to emit 100 particles just when they turn red the first time and never again. Imagine: Two prims turned red and they emitted 100 particles each. I dont want them to keep on emitting despite that some other prims will be turning also red. Did I explained? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
kfu Posted November 16, 2018 Share Posted November 16, 2018 There is a simple solution to it, just isolate the frame when the attribute changes(Cd in my example file). Depends on your situation you may need modify it to suit your need. pop.hipnc Quote Link to comment Share on other sites More sharing options...
Noobini Posted November 16, 2018 Share Posted November 16, 2018 surely you would use the Just Born Group ? To me that would be most simple solution. So in Birth, enter a group name say, justborn in the Just born Group. Then 'do something' to the justborn group. Simply add a pop wind, tick group, enter justborn.....adjust wind...you'll see the wind affects the new particles only at the moment they are born and that's it. (or if you were emitting particles from newly born particles same idea with justborn...but also I'm thinking pop replicate and maybe kill original particle) 1 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.