Build: install USD Storm and MaterialX libraries by default

* Bundle hdStorm and associated plugins
* Enable WITH_MATERIALX by default to bundle MaterialX libraries
* Set PXR_MTLX_STDLIB_SEARCH_PATHS so Storm can find MaterialX files

Co-authored-by: Georgiy Markelov <georgiy.m.markelov@gmail.com>
Co-authored-by: Brecht Van Lommel <brecht@blender.org>

Ref #110765, #104712
This commit is contained in:
Bogdan Nagirniak
2023-08-04 14:54:49 +02:00
committed by Brecht Van Lommel
parent efe10cee5c
commit 61f407d427
6 changed files with 30 additions and 6 deletions

View File

@@ -365,7 +365,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" OFF)
option(WITH_MATERIALX "Enable MaterialX Support" ON)
# 3D format support
# Disable opencollada when we don't have precompiled libs