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:
authorMichael Fox <mfoxdogg@gmail.com>2011-02-10 03:44:26 +0300
committerMichael Fox <mfoxdogg@gmail.com>2011-02-10 03:44:26 +0300
commit0ebf448beea18856defaddbbfd842f0911cca431 (patch)
treee579dd1a30488d0e48a029ad8435c14fbb2a0698 /source/blender/makesdna/DNA_modifier_types.h
parentcbe544fb6cdf6eb41f7b82f5ccc16892f18aa9a9 (diff)
small fix so older files are loaded with merge on in the mirror modifiers
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index f219f54cc25..b5bcd20a759 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -235,7 +235,7 @@ typedef struct MirrorModifierData {
#define MOD_MIR_AXIS_Y (1<<4)
#define MOD_MIR_AXIS_Z (1<<5)
#define MOD_MIR_VGROUP (1<<6)
-#define MOD_MIR_MERGE (1<<7)
+#define MOD_MIR_NO_MERGE (1<<7)
typedef struct EdgeSplitModifierData {
ModifierData modifier;