Blender Git Loki
Git Commits -> Revision 16ca295
Revision 16ca295 by Howard Trickey (master) October 9, 2020, 14:43 (GMT) |
Fix New Boolean bug that left some stray vertices. The routine to find dissolvable vertices had a check to ensure that the vertex was exactly in line with the two neighbors. I have convinced myself that this check is unneccesary (it was failing with only a 1e-9 difference from 0 on a cross check), so have removed it. |
Commit Details:
Full Hash: 16ca29527883d6bc6fcdaacfe063d74dc51d03c2
Parent Commit: 14c53c5
Lines Changed: +2, -10
1 Modified Path:
/source/blender/blenlib/intern/mesh_boolean.cc (+2, -10) (Diff)