Blender Git Commit Log
Git Commits -> Revision 1bfa953
Revision 1bfa953 by Howard Trickey (master) October 10, 2021, 23:54 (GMT) |
Fix T91889 Exact boolean sometimes drops triangles. The problem is that the fast triangulator (based on polyfill) sometimes makes degenerate triangles. Commit 8115f0c5bd91f had a check for degenerate triangles but it wasn't thorough enough. This commit uses a more thorough (and pessimistic) test for degenerate triangles, using the exact triangulator in those cases. |
Commit Details:
Full Hash: 1bfa9539d3b50da2530c6273d2f692fb57f9c267
Parent Commit: 79425ed
Lines Changed: +18, -2
1 Modified Path:
/source/blender/blenlib/intern/mesh_intersect.cc (+18, -2) (Diff)