[Bf-blender-cvs] [a75700a7752] lanpr-under-gp: LineArt: Fix merge problem

Antonio Vazquez noreply at git.blender.org
Fri Sep 11 17:10:48 CEST 2020


Commit: a75700a775257f9645b147269a43a5dc1a273e94
Author: Antonio Vazquez
Date:   Fri Sep 11 17:08:42 2020 +0200
Branches: lanpr-under-gp
https://developer.blender.org/rBa75700a775257f9645b147269a43a5dc1a273e94

LineArt: Fix merge problem

===================================================================

M	source/blender/editors/mesh/editmesh_intersect.c

===================================================================

diff --git a/source/blender/editors/mesh/editmesh_intersect.c b/source/blender/editors/mesh/editmesh_intersect.c
index 8bf288e4597..1b5e374b2a7 100644
--- a/source/blender/editors/mesh/editmesh_intersect.c
+++ b/source/blender/editors/mesh/editmesh_intersect.c
@@ -294,13 +294,11 @@ void MESH_OT_intersect(struct wmOperatorType *ot)
       {0, NULL, 0, NULL, NULL},
   };
 
-#ifdef WITH_GMP
   static const EnumPropertyItem isect_intersect_solver_items[] = {
       {ISECT_SOLVER_FAST, "FAST", 0, "Fast", "Faster Solver, some limitations"},
       {ISECT_SOLVER_EXACT, "EXACT", 0, "Exact", "Exact Solver, slower, handles more cases"},
       {0, NULL, 0, NULL, NULL},
   };
-#endif
 
   /* identifiers */
   ot->name = "Intersect (Knife)";



More information about the Bf-blender-cvs mailing list