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:
authorTon Roosendaal <ton@blender.org>2005-11-11 00:23:08 +0300
committerTon Roosendaal <ton@blender.org>2005-11-11 00:23:08 +0300
commit07b826409a990d3750a4790f791319dacf923b28 (patch)
tree91a1e73a38f6e5c1618ed735700291a32f54db7a /source/blender/makesdna/DNA_effect_types.h
parent095eb2400addc1ba5de023bf947eca797bc50690 (diff)
More hairdressing goodies; in the 'velocity' section of the Particle
buttons you now can add a vertexgroup to define speed (or strand length). http://www.blender.org/bf/rt3.jpg
Diffstat (limited to 'source/blender/makesdna/DNA_effect_types.h')
-rw-r--r--source/blender/makesdna/DNA_effect_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_effect_types.h b/source/blender/makesdna/DNA_effect_types.h
index 084ad9ac82f..46ce9b7d017 100644
--- a/source/blender/makesdna/DNA_effect_types.h
+++ b/source/blender/makesdna/DNA_effect_types.h
@@ -122,9 +122,9 @@ typedef struct PartEff {
short child[4], mat[4];
short texmap, curmult;
short staticstep, omat, timetex, speedtex, flag2, flag2neg;
- short disp, pad;
+ short disp, vertgroup_v;
- char vgroupname[32];
+ char vgroupname[32], vgroupname_v[32];
Particle *keys;
} PartEff;