From 1e9b222322a23a8dd516ccb0b22d82a4a1b58590 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Jun 2016 15:12:29 +1000 Subject: ShapeKey was missing lattice-flag missed from 7a8bd2eae --- source/blender/modifiers/intern/MOD_shapekey.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/modifiers/intern/MOD_shapekey.c b/source/blender/modifiers/intern/MOD_shapekey.c index a543aac74b9..97aae733532 100644 --- a/source/blender/modifiers/intern/MOD_shapekey.c +++ b/source/blender/modifiers/intern/MOD_shapekey.c @@ -124,6 +124,7 @@ ModifierTypeInfo modifierType_ShapeKey = { /* structSize */ sizeof(ShapeKeyModifierData), /* type */ eModifierTypeType_OnlyDeform, /* flags */ eModifierTypeFlag_AcceptsCVs | + eModifierTypeFlag_AcceptsLattice | eModifierTypeFlag_SupportsEditmode, /* copyData */ NULL, -- cgit v1.2.3