[Bf-blender-cvs] [bd59ad16022] newboolean: Turn off debug in repository for newboolean.

Howard Trickey noreply at git.blender.org
Tue Mar 3 15:09:15 CET 2020


Commit: bd59ad160224019572011c5ab638d3e2e18cb0cc
Author: Howard Trickey
Date:   Tue Mar 3 09:08:45 2020 -0500
Branches: newboolean
https://developer.blender.org/rBbd59ad160224019572011c5ab638d3e2e18cb0cc

Turn off debug in repository for newboolean.

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

M	source/blender/bmesh/tools/bmesh_boolean.c

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

diff --git a/source/blender/bmesh/tools/bmesh_boolean.c b/source/blender/bmesh/tools/bmesh_boolean.c
index 531c1c42a9b..464ddcbf571 100644
--- a/source/blender/bmesh/tools/bmesh_boolean.c
+++ b/source/blender/bmesh/tools/bmesh_boolean.c
@@ -48,7 +48,7 @@
 
 #include "BLI_strict_flags.h"
 
-#define BOOLDEBUG
+// #define BOOLDEBUG
 // #define PERFDEBUG
 
 /* A set of integers. TODO: faster structure. */
@@ -3262,7 +3262,7 @@ static PartPartIntersect *non_coplanar_part_part_intersect(BoolState *bs,
   LinkNodePair *intervals_a;
   LinkNodePair *intervals_b;
   LinkNodePair *intervals;
-  LinkNode *ln, *lna, *lnb;
+  LinkNode *lna, *lnb;
   IntervalInfo *iinfoa, *iinfob;
   int is;
   double co[3], co1[3], co2[3], co_close[3], line_co1[3], line_co2[3], line_dir[3];
@@ -3276,6 +3276,7 @@ static PartPartIntersect *non_coplanar_part_part_intersect(BoolState *bs,
   MeshAdd *meshadd = &change->add;
   IntSet *intersection_edges = &change->intersection_edges;
 #ifdef BOOLDEBUG
+  LinkNode *ln;
   int dbg_level = 0;
 #endif



More information about the Bf-blender-cvs mailing list