Blender Git Loki
Git Commits -> Revision 988fb85
Revision 988fb85 by Howard Trickey (cycles_texture_cache) May 6, 2021, 09:25 (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: 988fb85960c2a5cb2e5d55bdaa4d4c4903f6ba80
Parent Commit: 8d1c3ce
Committed By: Stefan Werner
Lines Changed: +395, -308