From 68c4368001db49bd3daab96352ca3b4fb7d04e1c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 2 Jan 2012 12:37:58 +0000 Subject: dont save MFace's from BMesh, this means they stay used but only for tessface cache. also saves on undo memory and disk space. --- source/blender/makesdna/DNA_mesh_types.h | 1 + 1 file changed, 1 insertion(+) (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 ce8efa722de..63b4b015611 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -226,6 +226,7 @@ typedef struct TFace { * will eventually be removed */ #define USE_BMESH_SAVE_AS_COMPAT +#define USE_BMESH_SAVE_WITHOUT_MFACE #endif -- cgit v1.2.3