From e8667421ed4a72ceec9c73b4599e4f7f9b06b346 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Nov 2012 03:29:12 +0000 Subject: bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero. --- source/blender/modifiers/intern/MOD_triangulate.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_triangulate.c') diff --git a/source/blender/modifiers/intern/MOD_triangulate.c b/source/blender/modifiers/intern/MOD_triangulate.c index 7dfbadac142..1e5b10e3d62 100644 --- a/source/blender/modifiers/intern/MOD_triangulate.c +++ b/source/blender/modifiers/intern/MOD_triangulate.c @@ -53,9 +53,6 @@ static DerivedMesh *triangulate_dm(DerivedMesh *dm, const int flag) result = CDDM_from_bmesh(bm, FALSE); BM_mesh_free(bm); - /* we don't really need to calc edges, - * this is called to update the origindex values - * This could be made into a different function? - Campbell */ CDDM_calc_edges(result); CDDM_calc_normals(result); -- cgit v1.2.3