[Bf-blender-cvs] [e07fb24] compositor-2016: ShapeKey was missing lattice-flag

Campbell Barton noreply at git.blender.org
Wed Jun 8 21:52:20 CEST 2016


Commit: e07fb2481f5a909cf47502d6cf89e41d311b735a
Author: Campbell Barton
Date:   Thu Jun 2 15:12:29 2016 +1000
Branches: compositor-2016
https://developer.blender.org/rBe07fb2481f5a909cf47502d6cf89e41d311b735a

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