From f89b89fa7fcce713fa560ff7be2bb5bbe274e29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 19 May 2020 09:39:03 +0200 Subject: [PATCH] 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`. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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