When using popSolver, popkill dop is working to delete points. However, when using whitewater solver, popkill dop cannot delete points.
I knew another way: popGroup at first and delete (removepoint VEX) by pop Wrangle dop with that group, but I want to know why popkill dop does not work for whitewaterSolver/whitewaterObject dop. It's a bug in version 19.5.805?
POPK ILL dont work in 19.5.805
568 1 0- littlehan1989
- Member
- 1 posts
- Joined: Nov. 2021
- Offline
- tamte
- Member
- 8810 posts
- Joined: July 2007
- Offline
littlehan1989from a quick glance at the internals of the node, without trying it indeed sounds like a bug
but I want to know why popkill dop does not work for whitewaterSolver/whitewaterObject dop. It's a bug in version 19.5.805?
since postsolve feeds into ./kill/deathchance which overrides the death attribute using
i@dead = (rand(@ptnum + ch("seed")) < @deathchance);
so I assume to quickly fix it try changing it to:
i@dead |= (rand(@ptnum + ch("seed")) < @deathchance);
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
-
- Quick Links