[Bf-blender-cvs] [159bbb7755d] sculpt-mode-features: Enable OpenVDB by default

Pablo Dobarro noreply at git.blender.org
Wed Apr 3 01:29:01 CEST 2019


Commit: 159bbb7755d74d3a962fad68c334f6f8ffff3670
Author: Pablo Dobarro
Date:   Wed Apr 3 01:28:07 2019 +0200
Branches: sculpt-mode-features
https://developer.blender.org/rB159bbb7755d74d3a962fad68c334f6f8ffff3670

Enable OpenVDB by default

The voxel remesher needs OpenVDB to work. Maybe I should add an option
to disable building the voxel remesher in the future.
Patch by Jun Mizutani (@jmztn).

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a8a7a7fcfa..b7441174e23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -240,7 +240,7 @@ option(WITH_COMPOSITOR         "Enable the tile based nodal compositor" ON)
 
 option(WITH_OPENSUBDIV    "Enable OpenSubdiv for surface subdivision" ${_init_OPENSUBDIV})
 
-option(WITH_OPENVDB       "Enable features relying on OpenVDB" OFF)
+option(WITH_OPENVDB       "Enable features relying on OpenVDB" ON)
 option(WITH_OPENVDB_BLOSC "Enable blosc compression for OpenVDB, only enable if OpenVDB was built with blosc support" OFF)
 option(WITH_OPENVDB_3_ABI_COMPATIBLE "Assume OpenVDB library has been compiled with version 3 ABI compatibility" OFF)
 mark_as_advanced(WITH_OPENVDB_3_ABI_COMPATIBLE)



More information about the Bf-blender-cvs mailing list