Connections
Connection lines display the association between two nodes in the graph. In simple terms, they express how data flow from one node’s output to another node’s input. Each connection line displays a label showing which property it currently controls, such as radius, x, color.
Once a connection is created, you can quickly change which property it controls in two simple ways.
Using the Connection Menu
Right-click anywhere on a connection line.
A Connection Menu appears with:
A "Switch to property" section listing all compatible properties
Available properties are shown with normal opacity
Occupied properties are shown dimmed and can't be selected.
A “Disconnect” option at the bottom
Click any available property to switch the connection. The connection updates instantly, and the label text changes to the new property.

Using the Label Arrows
When you hover over a connection label, left (←) and right (→) arrows appear next to it (if there are other compatible properties):
Click ← / → to cycle through compatible properties directly from the label.
The connection jumps to the previous or next property in the list.
The label updates immediately to show the new property name.
This makes it possible to quickly audition different properties (e.g switching a Number node between radius, x, and y) without opening any menus.

Last updated