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-12-22 00:16:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-22 00:16:41 +0400
commita183aa6c6794a01d4fe633ca6fb732c8d7a61826 (patch)
tree15e3ed54dde54f7886259e35b23f75c5dfd06da5 /source/blender/makesdna/DNA_modifier_types.h
parentd5263c37faf73d0f6cc2466ac0806fef972119fb (diff)
error in last commit, flag names.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index f0573338585..e9eab548c33 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1337,9 +1337,9 @@ enum {
MOD_WIREFRAME_INVERT_VGROUP = (1 << 0),
MOD_WIREFRAME_REPLACE = (1 << 1),
MOD_WIREFRAME_BOUNDARY = (1 << 2),
- MOD_MESHCACHE_OFS_EVEN = (1 << 3),
- MOD_MESHCACHE_OFS_RELATIVE = (1 << 4),
- MOD_MESHCACHE_CREASE = (1 << 5),
+ MOD_WIREFRAME_OFS_EVEN = (1 << 3),
+ MOD_WIREFRAME_OFS_RELATIVE = (1 << 4),
+ MOD_WIREFRAME_CREASE = (1 << 5),
};