Blender Git Loki
Git Commits -> Revision b8115f0
Revision b8115f0 by Howard Trickey (master) July 5, 2021, 14:00 (GMT) |
Fix performance regression in Exact boolean due to exact triangulation. Went back to using Blender's polyfill for triangulation, which is much faster (time for a 3.1M face boolean went from 103s to 48s). Had to put in detection for the case that needs the exact triangulator (bug T86805), and also a fix for non-convex quads (bug T89330). |
Commit Details:
Full Hash: b8115f0c5bd91f6aa9d70eb6bafab61b2051b003
Parent Commit: dac81ad
Lines Changed: +100, -37
1 Modified Path:
/source/blender/blenlib/intern/mesh_intersect.cc (+100, -37) (Diff)