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>2010-04-21 01:38:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-21 01:38:55 +0400
commit24eedb2175896dd5d7e145486f3f3c6455511fca (patch)
treeea516ee8892908cd45e5276d82425ce93c016d75 /source/blender/makesdna/DNA_lattice_types.h
parent37542017209bf831235fb1645d31b0275642da87 (diff)
vertex group option for lattice, needed for applying a lattice to a beard/moustache without moving the roots about.
Diffstat (limited to 'source/blender/makesdna/DNA_lattice_types.h')
-rw-r--r--source/blender/makesdna/DNA_lattice_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_lattice_types.h b/source/blender/makesdna/DNA_lattice_types.h
index 620bdbf5be4..3a0fcb3c38c 100644
--- a/source/blender/makesdna/DNA_lattice_types.h
+++ b/source/blender/makesdna/DNA_lattice_types.h
@@ -52,6 +52,7 @@ typedef struct Lattice {
struct Key *key;
struct MDeformVert *dvert;
+ char vgroup[32]; /* multiply the influence */
/* used while deforming, always free and NULL after use */
float *latticedata;