blender/build_files
Patrick Mours 3df90de6c2 Cycles: Add NanoVDB support for rendering volumes
NanoVDB is a platform-independent sparse volume data structure that makes it possible to
use OpenVDB volumes on the GPU. This patch uses it for volume rendering in Cycles,
replacing the previous usage of dense 3D textures.

Since it has a big impact on memory usage and performance and changes the OpenVDB
branch used for the rest of Blender as well, this is not enabled by default yet, which will
happen only after 2.82 was branched off. To enable it, build both dependencies and Blender
itself with the "WITH_NANOVDB" CMake option.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8794
2020-10-05 15:03:30 +02:00
..
build_environment Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
buildbot Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
cmake Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
package_spec Fix T63805: remove outdated and unused Linux package spec files 2020-01-27 12:22:01 +01:00
utils Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
windows Windows: Add sccache support. 2020-04-20 12:51:43 -06:00