From ad0305281b07eccf0b905d408c5c12765095e2f7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Jun 2013 22:40:45 +0000 Subject: fix [#35545] Weight paint with mirror modifier does not accurate represent bone influence --- source/blender/modifiers/intern/MOD_mirror.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/modifiers/intern/MOD_mirror.c b/source/blender/modifiers/intern/MOD_mirror.c index 2e7b7c7ab7d..d50e69217f6 100644 --- a/source/blender/modifiers/intern/MOD_mirror.c +++ b/source/blender/modifiers/intern/MOD_mirror.c @@ -345,7 +345,9 @@ ModifierTypeInfo modifierType_Mirror = { eModifierTypeFlag_SupportsMapping | eModifierTypeFlag_SupportsEditmode | eModifierTypeFlag_EnableInEditmode | - eModifierTypeFlag_AcceptsCVs, + eModifierTypeFlag_AcceptsCVs | + /* this is only the case when 'MOD_MIR_VGROUP' is used */ + eModifierTypeFlag_UsesPreview, /* copyData */ copyData, /* deformVerts */ NULL, -- cgit v1.2.3