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>2018-07-12 22:43:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-12 22:43:51 +0300
commit6f8a141fad8819739f0aa7b53c6c43a577571b28 (patch)
tree4857f430e44e3ec70fecfc14b120a32b65d2dc29 /source/blender/makesdna/DNA_mesh_types.h
parent0c41d61008f1cfb58b160d8459d8ffdb652871d8 (diff)
parente77d2b4e3f1a1eb2072b29e1f9c6ab3ba3b175e5 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 247ffa4d865..9e15bd32b3b 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -279,9 +279,6 @@ enum {
/* this is so we can save bmesh files that load in trunk, ignoring NGons
* will eventually be removed */
-#define USE_BMESH_SAVE_AS_COMPAT
-#define USE_BMESH_SAVE_WITHOUT_MFACE
-
/* enable this so meshes get tessfaces calculated by default */
/* #define USE_TESSFACE_DEFAULT */