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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-26 04:42:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-26 04:42:21 +0400
commit94b8b8913e0283850cd2f05361a8980ecbe4870c (patch)
tree981cad884ee4958e60ed2436db1d5a32473e1dd9 /source/blender/makesdna/DNA_modifier_types.h
parentdf4a8a4dab9536cb153fedd0c12fa3e8dc16f7b1 (diff)
rename lattice influence to strength from r45144 (other deform modifiers call it strength too)
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index bb2d320aa04..6c1d9892ba2 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -135,7 +135,7 @@ typedef struct LatticeModifierData {
struct Object *object;
char name[64]; /* optional vertexgroup name, MAX_VGROUP_NAME */
- float influence;
+ float strength;
char pad[4];
} LatticeModifierData;