jagenjo / 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
5.33k stars 602 forks source link

Arrange selected nodes/node groups individually #436

Open clarkmcc opened 4 months ago

clarkmcc commented 4 months ago

Would it be possible to arrange the selected nodes only? Right now in a single graph I have groups of nodes and when I arrange them, they all mix together. I'd love to be able to arrange only the selected nodes, or if that's not possible, then to arrange within the already existing node groups.