tornavis/intern/openvdb
Kévin Dietrich a9729e6d75 Fix T48236: OpenVDB smoke cache glitches out with smokeless flames.
Issue was that before writing to disk grids are clipped against the
density field's tree to optimize for memory/disk space, which in the
case of simulations with no density field results in all grids having
empty trees.

For now avoid clipping against empty grids, but perhaps in the future it
can be interresting to have some UI parameters to let the user choose
the grid used for clipping.
2016-04-22 11:46:02 +02:00
..
intern Fix T48236: OpenVDB smoke cache glitches out with smokeless flames. 2016-04-22 11:46:02 +02:00
CMakeLists.txt OpenVDB: Get rid of hardcoded TBB variables and enabled for Linux buildbot 2016-01-27 12:27:35 +01:00
openvdb_capi.cc Implementation of OpenVDB as a possible cache format for smoke 2016-01-23 08:39:40 +01:00
openvdb_capi.h Implementation of OpenVDB as a possible cache format for smoke 2016-01-23 08:39:40 +01:00
openvdb_util.cc Implementation of OpenVDB as a possible cache format for smoke 2016-01-23 08:39:40 +01:00
openvdb_util.h Implementation of OpenVDB as a possible cache format for smoke 2016-01-23 08:39:40 +01:00