Issue
If you load in a document where a nodegraph has a nodedef reference it is lost on save.
Basically it is no longer an implementation (functional) graph.
Steps
- Load in: "resources\Materials\TestSuite\pbrlib\multioutput\multishaderoutput.mtlx
- Write to disk.
Change
<nodegraph name="NG_multi" nodedef="ND_multi">
becomes
<nodegraph name="NG_multi" >
You will see validation errors in the console.
Issue
If you load in a document where a nodegraph has a nodedef reference it is lost on save.
Basically it is no longer an implementation (functional) graph.
Steps
Change
becomes
You will see validation errors in the console.