Blender Git Commit Log

Git Commits -> Revision fbffff2

Revision fbffff2 by Howard Trickey (master)
November 16, 2020, 01:24 (GMT)
Fix T82736, Exact Boolean fail with repeated subtraction of same object.

Two problems were fixed. One, the code for dissolving vertices
left a face around if dissolving a vertex would leave less than
three vertices. Instead, the face should be deleted.
Two, with transformations like "rotate 180 degrees", this should
be no problem with exact, but the current transformation matrix
has very small non-zero entries where it shouldn't. Cleaning the
transformation matrix makes it more likely that user expectations
about coplanar faces will be fulfilled.

Commit Details:

Full Hash: fbffff26e437ad87b644762b340dcddc7ddf16ab
Parent Commit: 9b54c81
Lines Changed: +103, -22

4 Modified Paths:

/source/blender/blenlib/BLI_mesh_intersect.hh (+7, -1) (Diff)
/source/blender/blenlib/intern/mesh_boolean.cc (+10, -2) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+40, -8) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+46, -11) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021