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>2019-08-25 05:21:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-25 05:21:09 +0300
commit17e1c97e435d20758ca2959496cc1b09268add3d (patch)
treef1fad24f1dbcebab86ebd636b6014a2babaf6d86 /source/blender/makesdna
parentd42a23b31ac620e49f08bbf149139c56cd0d0d4e (diff)
Cleanup: remove USE_TESSFACE_DEFAULT define
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index caa7c98335a..39bcec8bb45 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -270,10 +270,4 @@ enum {
#define MESH_MAX_VERTS 2000000000L
-/* this is so we can save bmesh files that load in trunk, ignoring NGons
- * will eventually be removed */
-
-/* enable this so meshes get tessfaces calculated by default */
-/* #define USE_TESSFACE_DEFAULT */
-
#endif