dannyreb Posted August 17, 2021 Share Posted August 17, 2021 I'm currently working on a POP netowork to simulate raindrops on a window, and am trying to isolate the original particles from which the trails (in red) are emitted as per an emit attribute using the POP replicate node, so that I can selecting apply a POP interact force to them. However, I'm really struggling to find a way to isolate those points. I couldnt find any reference to the original points within the POP replicate node, apart from the fact that their ID is added to the sourceptnum attribute. Am I missing an obvious solution? Thanks Quote Link to comment Share on other sites More sharing options...
tamagochy Posted August 17, 2021 Share Posted August 17, 2021 Usually original points in group with name as the emitter node name and points from replicate in group with name as the replicate node name. Quote Link to comment Share on other sites More sharing options...
Atom Posted August 18, 2021 Share Posted August 18, 2021 The Pop Source node and the Pop Replicate node both offer a Stream tab. This places the points generated by those nodes into those groups. Set them differently, then you can detect them after simulation by their candidacy in a group ap_pop_isolated_by_streams.hiplc Quote Link to comment Share on other sites More sharing options...
dannyreb Posted August 19, 2021 Author Share Posted August 19, 2021 On 8/18/2021 at 2:38 PM, Atom said: The Pop Source node and the Pop Replicate node both offer a Stream tab. This places the points generated by those nodes into those groups. Set them differently, then you can detect them after simulation by their candidacy in a group ap_pop_isolated_by_streams.hiplc Thanks for taking the time to make the example file I had a look at your file and the outcome seems to be the same as what I have in the above picture, with all the original points (from the pop source) highlighted in green, regardless of whether they've actually emitted any points themselves. I want to only highlight the points that Houdini decides, whether by probabilistic emission or by an emit attribute, to emit points from in the POP replicate. So there should be three colours, the emitted points from the POP replicate, original POP source points from which nothing has been emitted and original points from which points have been emitted (as per the circled points in my picture). Quote Link to comment Share on other sites More sharing options...
Atom Posted August 20, 2021 Share Posted August 20, 2021 (edited) Then extend it by adding the justborn group to your emitter. Then you'll have access to the points, before they emit. You could also "pre-scatter" those and use All Points as the input source to isolate those points that generate particles. Edited August 20, 2021 by Atom Quote Link to comment Share on other sites More sharing options...
dannyreb Posted August 24, 2021 Author Share Posted August 24, 2021 That's great thank you 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.