[Bf-blender-cvs] [43051e57700] newboolean: Update for new flag needed for BLI_delaunay_2d_cdt_calc,

Howard Trickey noreply at git.blender.org
Sat Feb 29 22:12:46 CET 2020


Commit: 43051e57700b5963de6e1222429cde547c6ea8fe
Author: Howard Trickey
Date:   Sat Feb 29 16:12:03 2020 -0500
Branches: newboolean
https://developer.blender.org/rB43051e57700b5963de6e1222429cde547c6ea8fe

Update for new flag needed for BLI_delaunay_2d_cdt_calc,

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

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 b642c7166c9..a7365a28765 100644
--- a/source/blender/bmesh/tools/bmesh_boolean.c
+++ b/source/blender/bmesh/tools/bmesh_boolean.c
@@ -2702,6 +2702,7 @@ static PartPartIntersect *self_intersect_part_and_ppis(BoolState *bs,
   in.faces_start_table = BLI_array_alloca(in.faces_start_table, (size_t)in.faces_len);
   in.faces_len_table = BLI_array_alloca(in.faces_len_table, (size_t)in.faces_len);
   in.epsilon = (float)bs->eps;
+  in.skip_input_modify = false;
 
   /* Fill in the vert_coords of CDT input */



More information about the Bf-blender-cvs mailing list