You can move selected geometry nodes in Blender by clicking and dragging or by using the G key shortcut.
Geometry Nodes are a powerful feature in Blender, and organizing your node tree is crucial for readability and efficiency. Fortunately, moving nodes is straightforward.
Methods for Moving Nodes
There are two primary ways to relocate nodes within the Geometry Nodes editor, based directly on how Blender is designed to handle node manipulation:
-
Click and Drag: The most intuitive method is to simply click and drag any empty part on the selected node(s). Once you click, hold down the mouse button and move the node(s) to the desired location. Release the mouse button to confirm the new position. This works for individual nodes or multiple selected nodes.
-
Using the 'G' Shortcut: Alternatively, you can press the G key on your keyboard while a node or multiple nodes are selected. This activates Blender's "Grab" or "Move" transform tool. Move your mouse to position the node(s), and then click LMB (Left Mouse Button) to confirm the movement. If you decide not to move, you can press RMB (Right Mouse Button) or the Escape key to cancel the operation.
Inserting Nodes into Existing Links
A convenient feature when moving nodes is the ability to intelligently insert a node into a connection. By dragging a node on top of an existing link between two other nodes, Blender can automatically connect the dragged node into that link path, adjusting the connections accordingly.
Comparing Movement Methods
Here’s a quick comparison of the two main methods:
Method | Action | Confirmation | Use Case |
---|---|---|---|
Click and Drag | Click and drag empty area | Release Mouse | Quick, intuitive movement, reorganizing. |
G Key | Press G, move mouse | Click LMB | Precise placement, integrated with transforms. |
Both methods achieve the same result of moving the nodes, so you can choose the one that feels most comfortable for your workflow. Keeping your node tree organized helps make complex setups easier to manage and understand.