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:
committed by
Brecht Van Lommel
parent
efe10cee5c
commit
61f407d427
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user