From 53d08ec50634e88eb67339333f9c13cfae03f85d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 May 2015 16:05:32 +1000 Subject: BMesh: BM_mesh_edgesplit Did quite a few checks not to tag bad splits (which wasn't working perfectly) Instead rely on BM_vert_separate not to create invalid geometry. --- source/blender/bmesh/tools/bmesh_edgesplit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/tools/bmesh_edgesplit.h') diff --git a/source/blender/bmesh/tools/bmesh_edgesplit.h b/source/blender/bmesh/tools/bmesh_edgesplit.h index 531af964a99..26040077f43 100644 --- a/source/blender/bmesh/tools/bmesh_edgesplit.h +++ b/source/blender/bmesh/tools/bmesh_edgesplit.h @@ -29,7 +29,7 @@ void BM_mesh_edgesplit( BMesh *bm, - const bool use_verts, const bool use_non_manifold, + const bool use_verts, const bool tag_only, const bool copy_select); #endif /* __BMESH_EDGESPLIT_H__ */ -- cgit v1.2.3