Merge newboolean branch into master.

This is for design task T67744, Boolean Redesign.
It adds a choice of solver to the Boolean modifier and the
Intersect (Boolean) and Intersect (Knife) tools.
The 'Fast' choice is the current Bmesh boolean.
The new 'Exact' choice is a more advanced algorithm that supports
overlapping geometry and uses more robust calculations, but is
slower than the Fast choice.
The default with this commit is set to 'Exact'. We can decide before
the 2.91 release whether or not this is the right choice, but this
choice now will get us more testing and feedback on the new code.
This commit is contained in:
Howard Trickey
2020-08-28 10:56:44 -04:00
parent 4a17508c6d
commit 9e09b5c418
52 changed files with 17616 additions and 6435 deletions

View File

@@ -115,6 +115,10 @@ if(WITH_XR_OPENXR)
add_definitions(-DWITH_XR_OPENXR)
endif()
if(WITH_GMP)
add_definitions(-DWITH_GMP)
endif()
# Setup the exe sources and buildinfo
set(SRC
creator.c