Blender Git Commit Log

Git Commits -> Revision 9fe6494

Revision 9fe6494 by Sebastián Barschkis (master)
June 24, 2020, 14:07 (GMT)
Fluid: Updated Mantaflow source with latest OpenVDB changes

This updated set of Mantaflow files includes the improved OpenVDB file IO. With this update it is finally possible to store multiple grids per file. It is also possible to save particle systems and particle data to OpenVDB files.

Commit Details:

Full Hash: 9fe64948abe991d18c1af3a52d81e87c24d39687
Parent Commit: 6fec2e4
Lines Changed: +1388, -514

2 Added Paths:

/extern/mantaflow/preprocessed/fileio/iovdb.cpp (+618, -0) (View)
/extern/mantaflow/preprocessed/fileio/mantaio.cpp (+144, -0) (View)

17 Modified Paths:

/extern/mantaflow/CMakeLists.txt (+7, -1) (Diff)
/extern/mantaflow/helper/pwrapper/pconvert.cpp (+88, -5) (Diff)
/extern/mantaflow/helper/pwrapper/pconvert.h (+11, -0) (Diff)
/extern/mantaflow/preprocessed/fileio/iogrids.cpp (+204, -361) (Diff)
/extern/mantaflow/preprocessed/fileio/iomeshes.cpp (+49, -25) (Diff)
/extern/mantaflow/preprocessed/fileio/ioparticles.cpp (+31, -18) (Diff)
/extern/mantaflow/preprocessed/fileio/ioutil.cpp (+54, -2) (Diff)
/extern/mantaflow/preprocessed/fileio/mantaio.h (+73, -37) (Diff)
/extern/mantaflow/preprocessed/gitinfo.h (+1, -1) (Diff)
/extern/mantaflow/preprocessed/grid.cpp (+23, -19) (Diff)
/extern/mantaflow/preprocessed/grid.h (+10, -6) (Diff)
/extern/mantaflow/preprocessed/grid4d.cpp (+8, -6) (Diff)
/extern/mantaflow/preprocessed/grid4d.h (+4, -6) (Diff)
/extern/mantaflow/preprocessed/particle.cpp (+37, -13) (Diff)
/extern/mantaflow/preprocessed/particle.h (+20, -13) (Diff)
/extern/mantaflow/preprocessed/python/defines.py.reg.cpp (+2, -1) (Diff)
/extern/mantaflow/preprocessed/registration.cpp (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021