From aede928bdc7902bb81ebb00b286dc5064cf54dd6 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 25 Mar 2012 22:14:21 +0000 Subject: Patch: [#30652] Influence slider for Lattice Modifier * This patch adds a influence slider for the lattice modifier, which affects the strength of the deformation. Patch by Patrick Boelens (senshi), thanks a lot! --- source/blender/makesdna/DNA_modifier_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_modifier_types.h') diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index f00bd338fd5..bb2d320aa04 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -135,6 +135,8 @@ typedef struct LatticeModifierData { struct Object *object; char name[64]; /* optional vertexgroup name, MAX_VGROUP_NAME */ + float influence; + char pad[4]; } LatticeModifierData; typedef struct CurveModifierData { -- cgit v1.2.3