On this page |
See also how to navigate around the network, how to wire nodes together, and how to organize nodes.
Viewing
See navigating networks.
Adding nodes
To... | Do this |
---|---|
Create a new node |
Tip You can drop the node on a wire to automatically insert it between the wire’s input and output. |
Create a new node attached to an existing input/output |
|
Create a quick copy of a node |
Hold Alt and drag the node to drag out a copy. |
Working with nodes
To... | Do this |
---|---|
Select a node |
|
Connect nodes together |
See wiring nodes. |
Delete a node |
Select the node and choose Edit ▸ Delete or press ⌦ Del. When you delete a node, the network tries to fix itself by connecting all the descendants of the deleted node to the node’s first parent. |
Move a node |
|
Cut, copy, and paste one or more nodes |
See also copies and references. |
Show a context menu of commands related to a node |
|
Rename a node |
Click the name next to the node to make it editable. |
Delete nodes |
Select the nodes and press ⌦ Del. |
Display detailed information about a node |
See node info window below. |
Node ring
Hovering over a node pops up a "ring" around the node with access to the node’s flags and a button to open the node info window. This makes it easy to interact with flags when you're zoomed out so far the flag indicators on the node are too tiny to click.
Clicking the flags in the ring is the same as clicking the flag areas on the node. For example, you can use the same keyboard modifiers to separate the display and render flags in a geometry network.
Tip
Hold CTRL to temporarily fade the ring when you want to point to a node the ring is obscuring.
You can turn off the node ring or change the zoom level at which it appears in the network editor options.
Node info window
You can get statistics and information about a particular node in the info window. For example, the info window for geometry nodes shows the number of points, primitives, and vertices, as well as the groups and attributes in the node’s geometry. This is often very useful for figuring out what’s going on.
To... | Do this |
---|---|
Show the info window temporarily to quickly check some information |
Hold on the node. When you release the mouse button, the window automatically closes. |
Open a transitory window that closes when it loses focus |
As soon as the info window loses focus (for example, you click somewhere outside the window), it closes. This lets you check the information and interact with the controls in the window while not distracting too much. Linux On Linux, the default is for the info window to persist even if it loses focus, requiring you to close the window manually. This is because some Linux users turn on a "focus follows mouse" preference, making the info window lose focus immediately and close. If you don’t have "focus follows mouse" on in your window manager, you can turn on |
Keep the info window open persistently |
Click the pin icon in the info window. You can click the pin icon again to "unpin" and close the window. |
Keep the information in the window updated |
|
Show any extra information in the info window |
Click the Verbose button in the info window. Note that not all nodes or types of information have any extra information to show. Sometimes "extra information" may simply expand abbreviations, or make no change at all. |
-
You can set a preference so an unpinned info window always requires manually closing, instead of disappearing when it loses focus. In the main menus, choose Edit ▸ Preferences ▸ Network editor and turn off Node info windows close when losing focus.
-
You can use ⇧ Shift + to view the info window without cooking the node.
Tips
-
You can copy and paste between multiple running instances of Houdini. To make each running copy of Houdini have a separate clipboard, use the
SESI_COPY_SUFFIX
environment variable.