papsphilip Posted May 7, 2021 Share Posted May 7, 2021 i have around 100 points that are emitting particles. each source point in SOPs has an attribute i would like to use in DOPs to activate or deactivate the birth of particles. i cant use it directly in impulse activation unfortunately How can i do this? Quote Link to comment Share on other sites More sharing options...
underscoreus Posted May 8, 2021 Share Posted May 8, 2021 There are a few ways to do this that I can think of right off the top of my head. 1. Right after your pop source add a "popkill" node (or a "popwrangle" node) and add a vexpression that detects a particle that has inherited the attribute value from its parent point that you don't want to emit from. 2. In SOPS before the sim, "convert" the attribute into a group, so for example "f@test > 0.5;" in a "groupexpression" node and then set that group as the "Source group" in the "popsource" node. Quote Link to comment Share on other sites More sharing options...
ryew Posted May 8, 2021 Share Posted May 8, 2021 Perhaps try wiring in a POP Replicate node for secondary emission - it has an "emit by Attribute" field you can hook up to the attribute your original source is using to determine emission Quote Link to comment Share on other sites More sharing options...
papsphilip Posted May 17, 2021 Author Share Posted May 17, 2021 On 5/8/2021 at 10:53 AM, underscoreus said: There are a few ways to do this that I can think of right off the top of my head. 1. Right after your pop source add a "popkill" node (or a "popwrangle" node) and add a vexpression that detects a particle that has inherited the attribute value from its parent point that you don't want to emit from. 2. In SOPS before the sim, "convert" the attribute into a group, so for example "f@test > 0.5;" in a "groupexpression" node and then set that group as the "Source group" in the "popsource" node. thank you i tried the first option you mentioned and it worked for me! 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.