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:
authorSebastián Barschkis <sebbas@sebbas.org>2020-02-09 19:09:00 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-02-09 19:09:00 +0300
commit4a08eb0707fc17e4e97430ffa33eb7d3e36db712 (patch)
tree5139566839e9544077f203eccfb2e7f58da0e332 /extern/mantaflow/preprocessed/fluidsolver.cpp
parent68221b7ebafe58a2bbf612ad8c59e24569489be5 (diff)
Fluid: Updated manta pp files
Includes the OpenVDB read/write functions for int grids. This essential for the resume bake functionality in modular fluid caches.
Diffstat (limited to 'extern/mantaflow/preprocessed/fluidsolver.cpp')
-rw-r--r--extern/mantaflow/preprocessed/fluidsolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/mantaflow/preprocessed/fluidsolver.cpp b/extern/mantaflow/preprocessed/fluidsolver.cpp
index 814d5444b15..8c48e60760b 100644
--- a/extern/mantaflow/preprocessed/fluidsolver.cpp
+++ b/extern/mantaflow/preprocessed/fluidsolver.cpp
@@ -136,9 +136,9 @@ FluidSolver::FluidSolver(Vec3i gridsize, int dim, int fourthDim)
mDtMin(1.),
mDtMax(1.),
mFrameLength(1.),
+ mTimePerFrame(0.),
mGridSize(gridsize),
mDim(dim),
- mTimePerFrame(0.),
mLockDt(false),
mFourthDim(fourthDim)
{