Sebastian Posted July 17, 2009 Share Posted July 17, 2009 Hi, Is there a node or a check to delete alone particles in a particle fluid simulation? Or should I create an expression? Thank you very much. Quote Link to comment Share on other sites More sharing options...
Magnus Pettersson Posted July 18, 2009 Share Posted July 18, 2009 (edited) This doesnt really delete alone particles but wen you mesh your particle fluid you got an option in the particle fluid surface node to exclude lone particles, maybe that is of help? Otherwise i guess you could delete the particles based on the distance to closest neightboring particle. Edited July 18, 2009 by Magnus Pettersson 1 Quote Link to comment Share on other sites More sharing options...
Allegro Posted July 18, 2009 Share Posted July 18, 2009 http://www.sidefx.com/index.php?option=com...&Itemid=132 if you look at the last four videos, it shows how you can build a tool to manually select particles in the viewport and delete based on $ID. You could also look at some of the particle fluid attributes. I think there's one called density... you might be able to delete based on that after the fact as well... it might be much more simple but may not offer the same level of art direction. Quote Link to comment Share on other sites More sharing options...
Andy Nicholas Posted July 19, 2009 Share Posted July 19, 2009 (edited) Is there a node or a check to delete alone particles in a particle fluid simulation? Yes, I just figured something out, but it's a bit of a hack. 1) Add a Particle Fluid Sink. It doesn't matter what you give it as a sink, we'll be ignoring it. 2) Find the sink node in the AutoDopNetwork, right click and select "Allow Editing of Contents" 3) Go inside it, and go into the "Particle Killer" POP Network. 4) As a completely separate branch (but still coming off the location1 node), add a Proximity POP followed by a Kill POP. Set the display flag to the Kill node (so that it totally ignores the existing tree). So it should go "location1---proximity1---kill1". 5) On the Proximity POP, select "Add Number in Proximity Attribute", and select the Proximity Radius to whatever threshold you want your particles filtered by. 6) In the Kill POP, type in "$NUMPROXIMITY<1" That should do it Edited July 19, 2009 by Andy Nicholas Quote Link to comment Share on other sites More sharing options...
Sebastian Posted July 20, 2009 Author Share Posted July 20, 2009 Thank you very much to all! :-) 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.