Blender Git Commit Log

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

3 Modified Paths:

/source/blender/blenlib/BLI_mesh_intersect.hh (+3, -0) (Diff)
/source/blender/blenlib/intern/mesh_boolean.cc (+1, -216) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+391, -92) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021