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>2011-12-28 18:05:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-28 18:05:02 +0400
commitbf4deba4d5bdbad8611d2fdd7f796fe785cac4a5 (patch)
treecde0748edb0f4860d354a75067e6fd64034604d6 /source/blender/makesdna/DNA_mesh_types.h
parent07afa420f2f273c58d6d054b9026c92e0ac98785 (diff)
parent5b88e16306711408825d9291bfeb7023bd7fd69c (diff)
svn merge ^/trunk/blender -r42927:42931
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index bedb3e7429b..26a67c0504c 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -214,7 +214,7 @@ typedef struct TFace {
/* this is so we can save bmesh files that load in trunk, ignoring NGons
* will eventually be removed */
-#define USE_MESH_FORWARDS_COMAT
+#define USE_BMESH_SAVE_AS_COMPAT
#endif