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. |
|
|
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 show the node info window temporarily, hold on the node. When you release the mouse button, the window automatically closes. To open the node info in a window, hover over the node and click the “i” button in the ring.
See the node info window for more information.
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.