Block a user
George-Shakula
pushed to blen-356-pxr_mtlx_stdlib_search_paths at BogdanNagirniak/blender
2023-03-05 14:35:54 +01:00
95c1926da8
Remove unnecessary change
George-Shakula
pushed to blen-356-pxr_mtlx_stdlib_search_paths at BogdanNagirniak/blender
2023-03-05 14:33:17 +01:00
4f8a0f4935
Apply review remarks
George-Shakula
pushed to blen-356-pxr_mtlx_stdlib_search_paths at BogdanNagirniak/blender
2023-03-05 14:32:42 +01:00
e2bf52a80e
Rebase
George-Shakula
pushed to blen-356-pxr_mtlx_stdlib_search_paths at BogdanNagirniak/blender
2023-03-03 10:10:30 +01:00
46cf1e17f3
Wrap usdMtlx environment setup under WITH_MATERIALX ifdef
BLEN-356: Automatically configure PXR_MTLX_STDLIB_SEARCH_PATHS
It's not a requirement but it makes sense to wrap it into an #ifdef. Because if there is no mtlx there is also no usdMtlx
BLEN-356: Automatically configure PXR_MTLX_STDLIB_SEARCH_PATHS
George-Shakula
created branch blen-356-pxr_mtlx_stdlib_search_paths in BogdanNagirniak/blender
2023-03-03 00:21:54 +01:00
George-Shakula
pushed to blen-356-pxr_mtlx_stdlib_search_paths at BogdanNagirniak/blender
2023-03-03 00:21:54 +01:00
0b91809204
BLEN-356: Automatically configure PXR_MTLX_STDLIB_SEARCH_PATHS
e51b97d4cc
Remove _Read wrap function
54f1e1d930
Activate Hydra only with MaterialX
b19266c88f
Remove unneeded scene delegate parameter
Fix lights rendering with Storm
The final render does not work with these changes. Reported error:
Runtime Error (secondary thread): in HgiGLPostPendingGLErrors at line 91 of D:\amd\blender-git\RPRHydraRenderBlenderAddon\USD…
BLEN-326: Pass MaterialX to Hydra via hdMaterialNetwork
Yes, we can. One of the reasons it is in a separate file is that Brian wanted to have this feature separated from anything else for convenient sharing with others. By keeping it in its own files…