From 0f769afe07f96efa7ec6325453c4f04ea391f112 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Nov 2015 01:05:38 +1100 Subject: Fix T46692: Triangulate creates duplicate faces Caused a crash in dyntopo. --- source/blender/bmesh/tools/bmesh_triangulate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/tools/bmesh_triangulate.h') diff --git a/source/blender/bmesh/tools/bmesh_triangulate.h b/source/blender/bmesh/tools/bmesh_triangulate.h index c6a5e04dfb2..644d7884202 100644 --- a/source/blender/bmesh/tools/bmesh_triangulate.h +++ b/source/blender/bmesh/tools/bmesh_triangulate.h @@ -32,6 +32,6 @@ void BM_mesh_triangulate( BMesh *bm, const int quad_method, const int ngon_method, const bool tag_only, - BMOperator *op, BMOpSlot *slot_facemap_out); + BMOperator *op, BMOpSlot *slot_facemap_out, BMOpSlot *slot_doubles_out); #endif /* __BMESH_TRIANGULATE_H__ */ -- cgit v1.2.3