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
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-03-26 02:14:21 +0400
committerThomas Dinges <blender@dingto.org>2012-03-26 02:14:21 +0400
commitaede928bdc7902bb81ebb00b286dc5064cf54dd6 (patch)
treec85380cf5bcf06bcc7c3162dc661083571d75322 /source/blender/makesdna/DNA_modifier_types.h
parentc379b78d8a00a0960346656d3e38aacd56974572 (diff)
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!
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 2 insertions, 0 deletions
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 {