[Bf-blender-cvs] [f89b89fa7fc] blender-v2.83-release: CMake: Enable WITH_USD by default

Sybren A. Stüvel noreply at git.blender.org
Tue May 19 09:40:32 CEST 2020


Commit: f89b89fa7fcce713fa560ff7be2bb5bbe274e29b
Author: Sybren A. Stüvel
Date:   Tue May 19 09:39:03 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rBf89b89fa7fcce713fa560ff7be2bb5bbe274e29b

CMake: Enable WITH_USD by default

Having USD disabled by default was an oversight, and could have been
corrected earlier. It's already enabled by default in the
`blender_release.cmake` and `blender_full.cmake`.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fb0393dcda..71963bc0487 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,7 @@ option(WITH_ALEMBIC             "Enable Alembic Support" ON)
 option(WITH_ALEMBIC_HDF5        "Enable Legacy Alembic Support (not officially supported)" OFF)
 
 # Universal Scene Description support
-option(WITH_USD                 "Enable Universal Scene Description (USD) Support" OFF)
+option(WITH_USD                 "Enable Universal Scene Description (USD) Support" ON)
 
 # 3D format support
 # Disable opencollada when we don't have precompiled libs



More information about the Bf-blender-cvs mailing list