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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-07-07 13:23:12 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-07-07 13:23:12 +0400
commitd3745d70a507bef4dfeadec2d8bd8947e5f3d6c4 (patch)
tree208e9936ea9f17551e2c0aa5861a81bdcd2651bd /source/blender/makesdna/DNA_object_fluidsim.h
parent7bbf88d602368733e66cf00b4f70947ef83b3b64 (diff)
Another addition of time values, yet some things to follow
Diffstat (limited to 'source/blender/makesdna/DNA_object_fluidsim.h')
-rw-r--r--source/blender/makesdna/DNA_object_fluidsim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h
index 51592d76ec4..0c0eff0620e 100644
--- a/source/blender/makesdna/DNA_object_fluidsim.h
+++ b/source/blender/makesdna/DNA_object_fluidsim.h
@@ -119,6 +119,9 @@ typedef struct FluidsimSettings {
struct MVert *meshSurfNormals;
/* Fluid control settings */
+ float cpsTimeStart;
+ float cpsTimeEnd;
+
float attractforceStrength;
float attractforceRadius;
float velocityforceStrength;