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>2013-06-12 12:24:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-12 12:24:31 +0400
commit8e2e590484dbdb2da433649fac8521b91f384ca2 (patch)
tree2dc36d6976756302ca1a513e83754a7988fc36b1 /source/blender/makesdna/DNA_meshdata_types.h
parent0b316d72cabb0d604587f98c37c394b4cac35189 (diff)
fix [#35710] Mesh explodes while using solidify modifier with tubular non-manifold base mesh.
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index d1e123cb826..9f9bc25a61c 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -309,7 +309,7 @@ typedef struct FreestyleFace {
/* reserve 16 for ME_HIDE */
#define ME_EDGERENDER (1<<5)
#define ME_LOOSEEDGE (1<<7)
-/* #define ME_SEAM_LAST (1<<8) */ /* UNUSED */
+#define ME_EDGE_TMP_TAG (1 << 8)
#define ME_SHARP (1<<9) /* only reason this flag remains a 'short' */
/* puno = vertexnormal (mface) */