[Bf-blender-cvs] [3ae85e05597] tmp-vfx-platform-2023: Build: don't enable MaterialX yet, only after libraries land for all platforms

Brecht Van Lommel noreply at git.blender.org
Mon Dec 5 22:06:46 CET 2022


Commit: 3ae85e0559766da7d92a224507c23933751bb0ed
Author: Brecht Van Lommel
Date:   Mon Dec 5 22:04:07 2022 +0100
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rB3ae85e0559766da7d92a224507c23933751bb0ed

Build: don't enable MaterialX yet, only after libraries land for all platforms

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b83df6c907..4de2454cfd8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -331,7 +331,7 @@ option(WITH_ALEMBIC             "Enable Alembic Support" ON)
 option(WITH_USD                 "Enable Universal Scene Description (USD) Support" ON)
 
 # MaterialX
-option(WITH_MATERIALX           "Enable MaterialX Support" ON)
+option(WITH_MATERIALX           "Enable MaterialX Support" OFF)
 
 # 3D format support
 # Disable opencollada when we don't have precompiled libs



More information about the Bf-blender-cvs mailing list