This repository was archived by the owner on Jan 31, 2026. It is now read-only.
What's Changed
Set up the first version:
- Metashade and MaterialX submodules
- VS Code MaterialX build tasks and debug configurations for the viewer and the editor
- Prototyped a
MaterialXMetashadeMaterialX nodeimpl, generating some dummy string in an embedded Python interpreter via pybind11- not really using Metashade;
- deprioritized for now in favor of static codegen actually using Metashade.
- Dummy function generated with Metashade works in a MaterialX node
- Use Metashade function reflection to create MaterialX node inputs and outputs
- First-ever unit test - replaces the CLI script
Full Changelog: https://github.com/metashade/metashade-mtlx/commits/v0.1.0