Blender Git Commit Log

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

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