You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A functional nodegraph for a nodedef with multiple surfaceshader outputs creates a procedure with a struct of multiple materials in MDL. This is considered to be invalid. (Tested with mdlc). For the same graph which is not an implementation a single material is evaluated and does not encounter this issue.
A functional nodegraph for a nodedef with multiple surfaceshader outputs creates a procedure with a struct of multiple materials in MDL. This is considered to be invalid. (Tested with mdlc). For the same graph which is not an implementation a single material is evaluated and does not encounter this issue.
Example failing input file:
transparency_nodedef_test.mtlx.txt
Generated code:
ss_opacity_mapped_out.genmdl.mdl.txt
Error file:
ss_opacity_mapped_out.genmdl.mdl_compile_errors.txt
Namely the errors are:
Passing file:
transparency_test.mtlx.txt
The text was updated successfully, but these errors were encountered: