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:
authorHans Goudey <h.goudey@me.com>2022-07-31 19:51:38 +0300
committerHans Goudey <h.goudey@me.com>2022-07-31 19:56:44 +0300
commit17567c235ac62f6d0f7e3bf0cea50593633099da (patch)
tree226af260493750476827298c4ba322393e216f00 /source/blender/makesdna
parent5b1ad3d7cfc29f69b6f340169e1fe2b0db7e3b45 (diff)
Cleanup: Remove mesh edge "tmp tag"
Ref T95966. Also fixes modification of input mesh, which should be considered constant.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 2a4234bde6a..4090c45a753 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -55,7 +55,6 @@ enum {
/* ME_HIDE = (1 << 4), */
ME_EDGERENDER = (1 << 5),
ME_LOOSEEDGE = (1 << 7),
- ME_EDGE_TMP_TAG = (1 << 8),
ME_SHARP = (1 << 9), /* only reason this flag remains a 'short' */
};