POP DOP SOURCE - Birth probability field missing

   3320   3   0
User Avatar
Member
16 posts
Joined: March 2013
Offline
I'm trying to get into the new POP DOPS in H13. On the source node the Birth probability parameters have gone. There is a Birth attribute field but its grayed out when source is set to “points ” or “all points”.

I'm used to creating my source in pops, applying a some some color then using the $CR in the Birth probability on the old POPS source node to get some different densities of particles based on color. How can this be done a point source in the new POP DOPS?
User Avatar
Member
16 posts
Joined: March 2013
Offline
Is there any plans for adding the birth attribute field on the POP DOP Source node for “points” or “all points”? help!
User Avatar
Member
8554 posts
Joined: July 2007
Offline
just do it in sops on your source geometry

just append for example Delete SOP change mode to Points
then into delete by expression type something like
rand($PT+$FF*1000)>$CR

you can of course use any means to feed just the points you want to source sop
so faster version may be Attrib Wranglge

if (@Cd.x < random(@ptnum+1000*@Frame))
{
removepoint(0, @ptnum);
}
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
16 posts
Joined: March 2013
Offline
Thanks again for your help. Ill give it a whirl!
  • Quick Links