Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-01-02 16:37:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-02 16:37:58 +0400
commit68c4368001db49bd3daab96352ca3b4fb7d04e1c (patch)
treea686d2959e8fa3a9a8ffe6fbe590401f746ae399 /source/blender/makesdna/DNA_mesh_types.h
parenta0e42dc8ab93ae6a30b51803e796b566080abeba (diff)
dont save MFace's from BMesh, this means they stay used but only for tessface cache.
also saves on undo memory and disk space.
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h1
1 files changed, 1 insertions, 0 deletions
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