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-02-15 15:54:43 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-02-15 15:54:43 +0300
commite63d03afc79d51f9f08a02c6f31362ebd61fdd69 (patch)
tree94b5b233a1e2b93dbfd0d629abb6ab34b16b78d9 /source/blender/makesdna/DNA_particle_types.h
parent113b684e07416833dec815db4b4a010a4bf99df2 (diff)
Effectors on particle hair can now be applied to the children instead
of the parents, with the "Children" button next to Stiffness.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index acd663466d5..60ee5117570 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -258,6 +258,7 @@ typedef struct ParticleSystem{
#define PART_GRID_INVERT (1<<26)
+#define PART_CHILD_EFFECT (1<<27)
#define PART_CHILD_SEAMS (1<<28)
#define PART_CHILD_RENDER (1<<29)
#define PART_CHILD_GUIDE (1<<30)