From 19d3e230e6d0cc52ebd82a8b5d0efbbeb396a9cf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Aug 2013 11:44:51 +0000 Subject: improved BM_face_copy_shared to copy from more possible connected loops and add filter function (not used yet). --- source/blender/bmesh/operators/bmo_hull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/operators/bmo_hull.c') diff --git a/source/blender/bmesh/operators/bmo_hull.c b/source/blender/bmesh/operators/bmo_hull.c index 500e984f4c9..89da386c1cb 100644 --- a/source/blender/bmesh/operators/bmo_hull.c +++ b/source/blender/bmesh/operators/bmo_hull.c @@ -136,7 +136,7 @@ static void hull_output_triangles(BMesh *bm, GHash *hull_triangles) /* Create new hull face */ f = BM_face_create_quad_tri_v(bm, t->v, 3, example, true); - BM_face_copy_shared(bm, f); + BM_face_copy_shared(bm, f, NULL, NULL); } /* Mark face for 'geom.out' slot and select */ BMO_elem_flag_enable(bm, f, HULL_FLAG_OUTPUT_GEOM); -- cgit v1.2.3