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
1277 1 0-
- littlehan1989
- Member
- 1 posts
- Joined: 11月 2021
- オフライン
-
- tamte
- Member
- 9452 posts
- Joined: 7月 2007
- オフライン
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
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- Quick Links

