Blender Git Loki
Git Commits -> Revision dd0520b
Revision dd0520b by Howard Trickey (master) December 13, 2020, 21:04 (GMT) |
Fix T83725 Inconsistent vertex group between exact and fast boolean. This makes the exact boolean have zero weights for any vertex groups on any newly created vertices, which is what the fast solver does. The exact boolean solver was interpolating vertex data when interpolating loop data in newly created faces. Not sure why I chose that. The Fast boolean solver doesn't do that, so I stopped doing it too. |
Commit Details:
Full Hash: dd0520b93b747dfc996e86fb67a1b3bd352e0325
Parent Commit: a2693ba
Lines Changed: +1, -1
1 Modified Path:
/source/blender/bmesh/tools/bmesh_boolean.cc (+1, -1) (Diff)