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_capi.cc
openvdb_capi.h
openvdb_util.cc
openvdb_util.h