Blender Git Loki
Git Commits -> Revision 481927d
Revision 481927d by Howard Trickey (newboolean) August 21, 2020, 12:23 (GMT) |
Use an enum type for solver in boolean modifier. This matches what was done in a previous commit for the tool. It makes it easier to associate a tooltip with each choice. For this branch, I have the default solver be the Exact one; when we merge to master, we will have to decide the best default. Make format caught a coouple other files, sorr for not doing those earlier. |
Commit Details:
Full Hash: 481927d4d6e124af8f707cd9d8c97f9e8a127d0c
Parent Commit: de294bb
Lines Changed: +48, -25
6 Modified Paths:
/source/blender/blenlib/tests/BLI_mesh_boolean_test.cc (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.cc (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_intersect.c (+10, -10) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+14, -6) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+14, -4) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.cc (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_intersect.c (+10, -10) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+14, -6) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+14, -4) (Diff)