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:23:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-28 17:23:59 +0400
commit1f02209957fc8afde957b48f1be41fc399a725b0 (patch)
tree124ac940165f6275531c6234f8d38bbee89753c8 /source/blender/makesdna/DNA_defs.h
parent312b0803979768725041d197ca61dc8a7762c1cf (diff)
enable USE_BMESH_FORWARD_COMPAT and merge in some customdata functions
Diffstat (limited to 'source/blender/makesdna/DNA_defs.h')
-rw-r--r--source/blender/makesdna/DNA_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_defs.h b/source/blender/makesdna/DNA_defs.h
index 95247daa6af..54dfc18a03c 100644
--- a/source/blender/makesdna/DNA_defs.h
+++ b/source/blender/makesdna/DNA_defs.h
@@ -45,6 +45,6 @@
/* hrmf, we need a better include then this */
#include "../blenloader/BLO_sys_types.h" /* needed for int64_t only! */
-// #define USE_BMESH_FORWARD_COMPAT
+#define USE_BMESH_FORWARD_COMPAT
#endif /* DNA_DEFS_H */