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-02-17 17:44:12 +0300
committerJanne Karhu <jhkarh@gmail.com>2008-02-17 17:44:12 +0300
commit1111561dd3fc8d90c45a0a598dd60f985818c031 (patch)
tree61280fa540c299fcd84b2a15ba270ed5684a4d1a /source/blender/makesdna/DNA_particle_types.h
parent33b569106e113910f4c5a55c1ed3b690649e7ecd (diff)
Particle looping works again at least to some extent (don't have time to test thoroughly). Instant looping had to be removed as it caused more trouble than good things.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index 3a326149ed4..18dba7f398d 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -227,7 +227,7 @@ typedef struct ParticleSystem{
#define PART_REACT_MULTIPLE 2
#define PART_LOOP 4
-#define PART_LOOP_INSTANT 8
+//#define PART_LOOP_INSTANT 8
#define PART_HAIR_GEOMETRY 16