autodesk-forks / MaterialX

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

Initial commit legacy materials #1398

Closed zicher3d closed 7 months ago

zicher3d commented 9 months ago

This commit includes:

For now all nodes are under "adsk_legacy" group, except the turbulence ones that might be ok to be added to the standard lib.

Because of a bug in the handling of namespaces in the Graph Editor all namespaces are set to "". Bug: https://github.com/AcademySoftwareFoundation/MaterialX/issues/1695

ashwinbhat commented 9 months ago

@zicher3d can you include an example mtlx for legacy

zicher3d commented 9 months ago

Will do. I have one that works in MaterialX viewer. I need to update it. Then I just need to do new commits to the branch and they will add to the PR?

zicher3d commented 9 months ago

Added a commit for the sample file, and related textures

nicolassavva-autodesk commented 7 months ago

Let's squash the commits from this PR and merge. The additions are isolated to the mtlx library and implementations so the prototype should be safe to try out even if some finishing touches remain before this becomes production ready (please version the newly introduced nodes accordingly)