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:
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),
};