daniel-lewis-ab / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
16 stars 3 forks source link

Changing graphs while subgraph is open does not redraw #6

Open daniel-lewis-ab opened 4 months ago

daniel-lewis-ab commented 4 months ago

Enter subgraph like this:

image

Change to other graph like this:

image

Note, that AudioSources are loading, it's just not redrawing.

daniel-lewis-ab commented 4 months ago

:thinking: exiting the subgraph causes it to go back to the correct main graph (audio in this case)

atlasan commented 3 months ago

Verified. Should check if a subgraph is open in that case we have two options: