Blender Git Loki
Git Commits -> Revision 28bf1d4
Revision 28bf1d4 by Howard Trickey (master) May 2, 2021, 20:37 (GMT) |
Fix T87554 Exact Boolean performance bug. There was a quadratic algorithm extracting triangles from a coplanar cluster. This is now linear. Also found and fixed a bug in the same area related to the triangulator added recently: it didn't get the right correspondence between new edges and original edges. |
Commit Details:
Full Hash: 28bf1d4037496397e3bc5d69ce51d8ac9b8a2738
Parent Commit: 52e977d
Lines Changed: +395, -308