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>2012-05-25 03:50:20 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2012-05-25 03:50:20 +0400
commitf883d12e0cd3d796a0ec0d540e24214ccdb0e39c (patch)
tree1a6d8ab7df334c3501bfdb8362019e112830ef83 /intern/smoke
parentfda16e7381c5ce4c96fcd05cf9422ebda6bfbe1c (diff)
Smoke: Start fixing scaling issues which happen with non cube-shaped domains.
Detail: Smoke solver and Blender side of smoke now share the same cell length. First reported by the Sintel artists long ago, again reported by MiikaH. Part of my Smoke Development Project Phase III.
Diffstat (limited to 'intern/smoke')
-rw-r--r--intern/smoke/intern/FLUID_3D.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/smoke/intern/FLUID_3D.cpp b/intern/smoke/intern/FLUID_3D.cpp
index 04971f898e9..821b428363e 100644
--- a/intern/smoke/intern/FLUID_3D.cpp
+++ b/intern/smoke/intern/FLUID_3D.cpp
@@ -249,7 +249,6 @@ void FLUID_3D::step(float dt)
// set vorticity from RNA value
_vorticityEps = (*_vorticityRNA)/_constantScaling;
-
#if PARALLEL==1
int threadval = 1;
threadval = omp_get_max_threads();