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 17:50:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-28 17:50:33 +0400
commit5b88e16306711408825d9291bfeb7023bd7fd69c (patch)
tree75e0d8aa861280745308d9667125bf949f571567 /source/blender/makesdna
parentca94cb123745f207ec837b091ab271ad3a5aacbe (diff)
WIP loading bmesh in trunk, some conversion functions for this purpose.
Diffstat (limited to 'source/blender/makesdna')
-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 8e8c3b8743a..ca471bbabcd 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -198,7 +198,7 @@ typedef struct TFace {
* will eventually be removed */
#if 0 /* enable in bmesh branch only for now */
-#define USE_MESH_FORWARDS_COMAT
+#define USE_BMESH_SAVE_AS_COMPAT
#endif