From ef4db04da848a9790e502300285ccd17d71b4646 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 14:23:07 +0000 Subject: code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using the mapping functionality. replace ED_mesh_calc_normals with BKE_mesh_calc_normals(). --- source/blender/makesdna/DNA_mesh_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesdna/DNA_mesh_types.h') diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h index 499b8176e1d..947bf593310 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -221,9 +221,6 @@ typedef struct TFace { #define USE_BMESH_SAVE_AS_COMPAT #define USE_BMESH_SAVE_WITHOUT_MFACE -/* enable this to calculate mpoly normal layer and face origindex mapping */ -// #define USE_BMESH_MPOLY_NORMALS - /* enable this so meshes get tessfaces calculated by default */ // #define USE_TESSFACE_DEFAULT -- cgit v1.2.3