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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-06-02 08:12:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-06-02 08:12:29 +0300
commit1e9b222322a23a8dd516ccb0b22d82a4a1b58590 (patch)
tree786c6343342282bf84869a32aff053ebdfd70648 /source
parentc4b23a57a9c4f2ca82a1402d16e44237eaed54b7 (diff)
ShapeKey was missing lattice-flag
missed from 7a8bd2eae
Diffstat (limited to 'source')
-rw-r--r--source/blender/modifiers/intern/MOD_shapekey.c1
1 files changed, 1 insertions, 0 deletions
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,