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
Describe the bug
The current way that materialX documents are referenced into USD could be improved.
All shaders are renamed to the generic "ND_standard_surface_surfaceshader" instead of retaining the name in the materialX doc.
The shader connects from the non-existent "surface" into "mtlx:surface" producing an error. This should be "out" > "mtlx:surface"
An input node connects to every attribute in the Standard Surface making all of the attribute sliders unusable. This results in the following compound where the attributes are now in alphabetical order, and the connected maps do not show:
This input node is in addition to the maps and nodes connected in the MaterialX file, and as such is unnecessary.
Better would simply be to not have this input node at all. This would result in the following, where the maps are all connected as they are in the MaterialX doc, and the Standard Surface appears as expected:
Note that a user cannot break the unwanted connections from the input node, which gives the error
"// Error: Node deletion failed: can not delete I/O nodes."
Steps to reproduce
Steps to reproduce the behavior:
Reference in a materialX document. For example the OpenChessSet sample "A Beautiful Game"
See the above
Specs (if applicable):
OS & version [Mac]
Maya version [Maya 2025]
Maya USD commit SHA [USD shipping with Maya 2025]
The text was updated successfully, but these errors were encountered:
Thank you for your input. We're focused on enhancing the workflow of USD referencing MaterialX files, and have scheduled the required tasks to be completed soon. This week, we're collaborating with our Development team to test the feasibility of the proposed workflow. I am optimistic that the issue will be resolved in the most user-friendly manner. The aim is to make the referenced MaterialX graphs in the USD materialX graph resemble the native MaterialX graphs as closely as possible.
Describe the bug
The current way that materialX documents are referenced into USD could be improved.
This input node is in addition to the maps and nodes connected in the MaterialX file, and as such is unnecessary.
Better would simply be to not have this input node at all. This would result in the following, where the maps are all connected as they are in the MaterialX doc, and the Standard Surface appears as expected:
Note that a user cannot break the unwanted connections from the input node, which gives the error
"// Error: Node deletion failed: can not delete I/O nodes."
Steps to reproduce
Steps to reproduce the behavior:
Specs (if applicable):
The text was updated successfully, but these errors were encountered: