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-11 18:44:20 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-07-11 18:44:20 +0400
commitc83e32fc339c6b768e0568a9f85097418a427e2b (patch)
treea687b055413eb8acf86487c2558ec35cdf175b87 /source/blender/makesdna/DNA_object_fluidsim.h
parent3bab1eba3a6c1cbf590d57cd10040491116077fa (diff)
parent3fce5ba59ad7ce7033ecf135e45ce768b7f81026 (diff)
svn merge -r 15409:15529 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/makesdna/DNA_object_fluidsim.h')
-rw-r--r--source/blender/makesdna/DNA_object_fluidsim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h
index 3426b1426a3..a8c4d216f26 100644
--- a/source/blender/makesdna/DNA_object_fluidsim.h
+++ b/source/blender/makesdna/DNA_object_fluidsim.h
@@ -128,6 +128,8 @@ typedef struct FluidsimSettings {
float velocityforceStrength;
float velocityforceRadius;
+ int pad;
+
} FluidsimSettings;
/* ob->fluidsimSettings defines */