autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

Removing extra value attributes form nodgraphs inputs #1405

Closed zicher3d closed 4 weeks ago

zicher3d commented 1 month ago

This fix was already done for the protein graphs, after an issue with LookdevX discovered it.

The MaterialX team made some changes to avoid double "value" and "interfacename" (or "nodename") to the Graph Editor and added a sanity check on load.

Loading the Prism documents in 1.39 now throws a bunch of warnings. This fix removes all the extra "value" attributes and no warnings are generated any more.