Commit: 1e9b222322a23a8dd516ccb0b22d82a4a1b58590
Author: Campbell Barton
Date:   Thu Jun 2 15:12:29 2016 +1000
Branches: master
https://developer.blender.org/rB1e9b222322a23a8dd516ccb0b22d82a4a1b58590

ShapeKey was missing lattice-flag

missed from 7a8bd2eae

===================================================================

M       source/blender/modifiers/intern/MOD_shapekey.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_shapekey.c 
b/source/blender/modifiers/intern/MOD_shapekey.c
index a543aac..97aae73 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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to