blender/intern/openvdb
Sergey Sharybin 0d4e519b74 OpenVDB: Fix compilation error against OpenVDB 4
One crucial thing here: OpenVDB shoudl be compiled WITHOUT
OPENVDB_ENABLE_3_ABI_COMPATIBLE flag. This is how OpenVDB's Makefile is
configured and it's not really possible to detect this for a compiled library.

If we ever want to support that option, we need to add extra CMake argument and
use old version 3 API everywhere.
2017-09-25 14:44:17 +05:00
..
intern OpenVDB: Fix compilation error against OpenVDB 4 2017-09-25 14:44:17 +05: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