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-08 21:38:33 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-07-08 21:38:33 +0400
commit3bab1eba3a6c1cbf590d57cd10040491116077fa (patch)
tree305fdc7ec7fa16a6e3b0097e8c84bb2a8b100c79 /source/blender/makesdna/DNA_object_fluidsim.h
parent01e9635ef14de49e34dd0889c51dcb06799fa061 (diff)
Introduced quality to GUI, not yet tested (WIP commit)
Diffstat (limited to 'source/blender/makesdna/DNA_object_fluidsim.h')
-rw-r--r--source/blender/makesdna/DNA_object_fluidsim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h
index 0c0eff0620e..3426b1426a3 100644
--- a/source/blender/makesdna/DNA_object_fluidsim.h
+++ b/source/blender/makesdna/DNA_object_fluidsim.h
@@ -121,6 +121,7 @@ typedef struct FluidsimSettings {
/* Fluid control settings */
float cpsTimeStart;
float cpsTimeEnd;
+ float cpsQuality;
float attractforceStrength;
float attractforceRadius;