WesleyE Posted August 16, 2013 Share Posted August 16, 2013 Hi, I would like to have particles that split when they die. However, when the first split happens, the effect stops working, if like the newly splitted particles don't enter the full tree but only the subpath from the split up to the collect. Is there a way to inject these particles up to the rest of the tree so they will split again when they die? I know I can just copy and paste the nodes to get them to split again, but I feel that this is not the best way to go. I've included the file as I have it now, the particles should just continue to split instead of stopping at the first split. splitingParticles.hip Quote Link to comment Share on other sites More sharing options...
sadhu Posted August 17, 2013 Share Posted August 17, 2013 (edited) Here is one solution that I can think of for continuous splitting of dying particles. You can easily make the necessary changes in this setup to get the desired output. Is this is what u want?? split_particles.hipnc Edited August 17, 2013 by sadhu Quote Link to comment Share on other sites More sharing options...
WesleyE Posted August 31, 2013 Author Share Posted August 31, 2013 Thanks for that solution. However, I don't get why the particles bounce off the grid at a different location every split. Quote Link to comment Share on other sites More sharing options...
yongbin Posted September 1, 2013 Share Posted September 1, 2013 I did some tests and noticed this. particle system don't act like our assumption. that mean if you make group before the split node, splitted particle doesn't take that effect. (they won't grouped) so you shoud group after split. But if you group with $DEAD == 1. It will not split because when next frame they will be dead, and cannot used as split source. So instead I group themp with $LIFE>0.95 and when I split them I kill parent particles. It's weird I think, but I don't know there is a better idea. This is what I've got so far. splitingParticles.tests.hipnc 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.