Page cover

Graph editor

The graph editor is the main workspace area where nodes are displayed and can be connected to each other to perform different actions.


Basic controls usage

  • Selecting a node: left mouse click

  • Dragging a node: hold left mouse button

  • Dragging an output: hold right mouse button

  • Connecting to an input: left mouse click while still holding the right mouse button

  • Deleting a node: select the node and press delete on keyboard

  • Duplicating the selected node: CTRL+D

  • Disconnecting an output: mouse double right-click on an output

  • Moving editor visual: hold middle mouse button

  • Zooming in/out: CTRL+SCROLLWHEEL

  • QuickNodeSelector: press F1 on keyboard

  • Making a comment: CTRL+LMB + drag and release

  • Moving a comment: hold RMB on the colored box and drag

Connections are handled from outputs to inputs only (e.g you can't drag a connection line from an input). The same applies when disconnecting a connection.


Quick node selector

The quick node selector is a small window to quickly add a node to the graph at the chosen position if you already know what node you need. To open it press F1 while hovering the editor area and search or scroll to the node you need, then add it by double clicking on it.


Editor top bar

At the top of the editor there is a top bar with a nodes menu which let disconnect and delete all graph nodes, change the grid size and the visual movement speed as well as showing the current zoom level.

Last updated