Blender Git Commit Log
Git Commits -> Revision c26ad42
Revision c26ad42 by Patrick Mours (master) October 29, 2020, 16:02 (GMT) |
Simplify and enable NanoVDB dependency installation Changes NanoVDB to be a standalone dependency that is independent of the OpenVDB one. It works by downloading the "feature/nanovdb" branch of OpenVDB, but using the NanoVDB CMake in the "nanovdb" subdirectory. Since it is header-only, only the install target is used. Reviewed By: brecht Differential Revision: https://developer.blender.org/D9383 |
Commit Details:
Full Hash: c26ad42ea43aa2160a765980087f3dd320db55f0
Parent Commit: c1b30e0
Lines Changed: +64, -175
1 Added Path:
/build_files/build_environment/cmake/nanovdb.cmake (+54, -0) (View)
1 Deleted Path:
/build_files/build_environment/patches/openvdb_nanovdb.diff (+0, -135)
5 Modified Paths:
/build_files/build_environment/cmake/harvest.cmake (+1, -3) (Diff)
/build_files/build_environment/cmake/openvdb.cmake (+1, -27) (Diff)
/build_files/build_environment/cmake/options.cmake (+0, -1) (Diff)
/build_files/build_environment/cmake/versions.cmake (+7, -9) (Diff)
/build_files/build_environment/CMakeLists.txt (+1, -0) (Diff)
/build_files/build_environment/cmake/openvdb.cmake (+1, -27) (Diff)
/build_files/build_environment/cmake/options.cmake (+0, -1) (Diff)
/build_files/build_environment/cmake/versions.cmake (+7, -9) (Diff)
/build_files/build_environment/CMakeLists.txt (+1, -0) (Diff)