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
The changes are relatively minor to split out the file read part of load_graph_from_mx_file into a load_graph_from_mx_doc (load from in memory document). The file handling part would stay in load_graph_from_mx_file which would call load_graph_from_mx_doc.
The text was updated successfully, but these errors were encountered:
Proposal
This is a proposal to split up the current load from filename into 2 parts:
Requirement
This allows for an integration which loads in MaterialX documents on it's own to route this to QuiltIX. In my use case this is to load
glTF
files into MTLX documents and then updateing the QuiltiX graph. (See https://github.com/kwokcb/QuiltiX/blob/gltf_plugin/plugins/pluginQuiltX.py#L36 ).Changes
The changes are relatively minor to split out the file read part of
load_graph_from_mx_file
into aload_graph_from_mx_doc
(load from in memory document). The file handling part would stay inload_graph_from_mx_file
which would callload_graph_from_mx_doc
.The text was updated successfully, but these errors were encountered: