[Bf-blender-cvs] [1e9b222] master: ShapeKey was missing lattice-flag

Campbell Barton noreply at git.blender.org
Thu Jun 2 07:14:04 CEST 2016


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,




More information about the Bf-blender-cvs mailing list