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
Here you can see that the inputs are missing from the document but appear in the UI.
Thus it appears that the nodegraph UI has the inputs added but the connections are never made to the node UI ?
The text was updated successfully, but these errors were encountered:
kwokcb
changed the title
Input connections for graphs do not load in
Interface input connections to interior nodes in nodegraphs do not load in
Oct 8, 2024
I have tried adding this code inside of connect_qx_inputs_from_mx_node(). It adds a connection but doesn't work properly. For example the nodegraph has no UI in the properly panel.
Issue
If you have a document with a
nodegraph
with inputs which are connected to downstream nodes, theseconnections are not made when loading in.
Steps
This example was created in the editor and while creating it seems okay so this appears to be purely a load issue.
When you look at the graph, it looks like this:
If you example the XML (using text preview):
Here you can see that the inputs are missing from the document but appear in the UI.
Thus it appears that the nodegraph UI has the inputs added but the connections are never made to the node UI ?
The text was updated successfully, but these errors were encountered: