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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-01-24 17:16:52 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-01-24 17:16:52 +0300
commitfcff2e0c5f6b824ded71a4ee0a92e38dc06a3a6f (patch)
tree256fe961590968c0b5f85cabffc047309bc5dca1 /source/blender/makesdna/DNA_particle_types.h
parent8a00089ae322f68d6c47e4756f5f6fa42a814e16 (diff)
Added an "effector" vertex group for hair, that defines how much
influence effectors have.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index d39fbbbc679..6fcedcd934a 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -415,7 +415,7 @@ typedef struct ParticleSystem{
#define PARS_ALIVE 3
/* psys->vg */
-#define PSYS_TOT_VG 11
+#define PSYS_TOT_VG 12
#define PSYS_VG_DENSITY 0
#define PSYS_VG_VEL 1
@@ -428,6 +428,7 @@ typedef struct ParticleSystem{
#define PSYS_VG_SIZE 8
#define PSYS_VG_TAN 9
#define PSYS_VG_ROT 10
+#define PSYS_VG_EFFECTOR 11
/* part->boidrules */
#define BOID_TOT_RULES 8