blender/extern/mantaflow
Ray Molenkamp af824b09c7 MSVC: Suppress C4251 in OpenVDB/Mantaflow
All headers in the svn libraries should be
building with /W0 however MSVC 16.8/16.9
has broken this functionality making OpenVDB
emit lots of warnings.

The breakage was reported [1] in august to MS
but they still have not gotten around to
addressing the issue.

This change explicitly suppresses C4251 in the
module that emitted these warnings. As the warning
is useful in other parts of blender a localized
approach is taken rather than a global suppression.

[1] https://developercommunity.visualstudio.com/content/problem/1167590/bug.html
2021-02-17 12:23:01 -07:00
..
helper Fluid: Updated Mantaflow source files 2021-02-05 16:23:02 +01:00
preprocessed Fluid: Updated Mantaflow source files 2021-02-05 16:23:02 +01:00
CMakeLists.txt MSVC: Suppress C4251 in OpenVDB/Mantaflow 2021-02-17 12:23:01 -07:00
LICENSE Mantaflow [Part 1]: Added preprocessed Mantaflow source files 2019-12-16 16:27:26 +01:00
README.blender Missing README.blender license files + New BSD cases 2020-12-08 18:51:14 +01:00
README.md Mantaflow [Part 1]: Added preprocessed Mantaflow source files 2019-12-16 16:27:26 +01:00
UPDATE.sh Fluid: Numpy support for Mantaflow build system 2020-07-17 16:11:21 +02:00

Mantaflow

Mantaflow is an open-source framework targeted at fluid simulation research in Computer Graphics. Its parallelized C++ solver core, python scene definition interface and plugin system allow for quickly prototyping and testing new algorithms.

In addition, it provides a toolbox of examples for deep learning experiments with fluids. E.g., it contains examples how to build convolutional neural network setups in conjunction with the tensorflow framework.

For more information on how to install, run and code with Mantaflow, please head over to our home page at http://mantaflow.com