Group

A Group Node is a powerful feature that encapsulates complex operations into a single, reusable node.

By bundling a series of interconnected nodes, you can create a higher-level of abstraction to simplify your workflow.

Additionally, the ease of sharing Group Nodes makes them valuable for others as well. By default, a group node has no inputs or outputs, they can be added as needed.

After creating a Group Node, click the hamburger menu of the node in the top right, or select the node and press Shift+↓. The editor will open the Group Node, and you will be presented with a new graph canvas that contains 2 nodes: Group Outputs and Group Inputs.

You can now add nodes and connect them. In order to propagate data between the Group Node and the parent graph, you can drag and drop a connection onto the node of Group Inputs or Group Outputs.

ID: group@v1