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>2006-11-16 23:23:00 +0300
committerTon Roosendaal <ton@blender.org>2006-11-16 23:23:00 +0300
commitd7f63b40628b0371b3475f965187cd63f4c21db3 (patch)
treefdacf8ef2796b2d89d6acd2e146b898fe660296d /source/blender/makesdna/DNA_effect_types.h
parent0de1fd9086019fc09ab4bc07d371af69acbee913 (diff)
Plumiferos request (and useful :)
Static particle option: maximum length. Button is next to "Vect" in first particle panel. This allows weird forcefields and wind to act without extreme long strands.
Diffstat (limited to 'source/blender/makesdna/DNA_effect_types.h')
-rw-r--r--source/blender/makesdna/DNA_effect_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_effect_types.h b/source/blender/makesdna/DNA_effect_types.h
index 571f87ae33f..435a18e5ab2 100644
--- a/source/blender/makesdna/DNA_effect_types.h
+++ b/source/blender/makesdna/DNA_effect_types.h
@@ -117,7 +117,7 @@ typedef struct PartEff {
float force[3];
float damp;
- float nabla, vectsize, defvec[3];
+ float nabla, vectsize, maxlen, pad, defvec[3];
float mult[4], life[4];
short child[4], mat[4];