From 8e2e590484dbdb2da433649fac8521b91f384ca2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Jun 2013 08:24:31 +0000 Subject: fix [#35710] Mesh explodes while using solidify modifier with tubular non-manifold base mesh. --- source/blender/makesdna/DNA_meshdata_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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) */ -- cgit v1.2.3