Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

v0.1.0

Latest

Choose a tag to compare

@ppenenko ppenenko released this 23 Dec 01:39
· 5 commits to main since this release

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 MaterialXMetashade MaterialX 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