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-10-03 17:02:34 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-10-03 17:02:34 +0400
commit59dbf08253adf987870c279eff442527606f7174 (patch)
tree50265fe3ed8466678ad5baa971da3eac26aa41ff /source/blender/blenkernel/intern/fluidsim.c
parent87b40377331ae501ee6d5cf2b57666ee04346e87 (diff)
Bugfix for fluidsim UI inconsistencies, please check your settings in old files
Diffstat (limited to 'source/blender/blenkernel/intern/fluidsim.c')
-rw-r--r--source/blender/blenkernel/intern/fluidsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/fluidsim.c b/source/blender/blenkernel/intern/fluidsim.c
index 9c1b3ee5a8d..4580c6cbf8b 100644
--- a/source/blender/blenkernel/intern/fluidsim.c
+++ b/source/blender/blenkernel/intern/fluidsim.c
@@ -77,7 +77,7 @@ void fluidsim_init(FluidsimModifierData *fluidmd)
if(!fss)
return;
- fss->type = 0;
+ fss->type = OB_FSBND_NOSLIP;
fss->show_advancedoptions = 0;
fss->resolutionxyz = 50;