From 9fe64948abe991d18c1af3a52d81e87c24d39687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Barschkis?= Date: Wed, 24 Jun 2020 12:00:13 +0200 Subject: 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. --- extern/mantaflow/preprocessed/registration.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern/mantaflow/preprocessed/registration.cpp') diff --git a/extern/mantaflow/preprocessed/registration.cpp b/extern/mantaflow/preprocessed/registration.cpp index c5bdddf4a18..6c1e68e6523 100644 --- a/extern/mantaflow/preprocessed/registration.cpp +++ b/extern/mantaflow/preprocessed/registration.cpp @@ -45,6 +45,8 @@ extern void PbRegister_printUniFileInfoString(); extern void PbRegister_getNpzFileSize(); extern void PbRegister_quantizeGrid(); extern void PbRegister_quantizeGridVec3(); +extern void PbRegister_load(); +extern void PbRegister_save(); extern void PbRegister_resetPhiInObs(); extern void PbRegister_advectSemiLagrange(); extern void PbRegister_addGravity(); @@ -238,6 +240,8 @@ void MantaEnsureRegistration() PbRegister_getNpzFileSize(); PbRegister_quantizeGrid(); PbRegister_quantizeGridVec3(); + PbRegister_load(); + PbRegister_save(); PbRegister_resetPhiInObs(); PbRegister_advectSemiLagrange(); PbRegister_addGravity(); -- cgit v1.2.3