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:
authorJanne Karhu <jhkarh@gmail.com>2008-04-02 21:48:46 +0400
committerJanne Karhu <jhkarh@gmail.com>2008-04-02 21:48:46 +0400
commit49c65433cc87ceb8a40b52ccf9ed22151c425f4b (patch)
tree27c26e928b246b4ae20a628026100b0ff12b06fc /source/blender/makesdna/DNA_particle_types.h
parentbab535ce1add9e8984b777480e7793958fd0794b (diff)
Fix for bug: [#8117] Particles with fluid broken
-Handling of fluid particles was not coded at all -Now things should work properly, but as fluid particles are not very familiar to me I'd appreciate some thorough testing
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 18dba7f398d..2203de1c862 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -221,6 +221,7 @@ typedef struct ParticleSystem{
#define PART_EMITTER 0
#define PART_REACTOR 1
#define PART_HAIR 2
+#define PART_FLUID 3
/* part->flag */
#define PART_REACT_STA_END 1