Ctrl+X |
Removes selected nodes and places them into
the paste buffer. |
Ctrl+C |
Copies the selected nodes into the paste buffer. |
Ctrl+V |
Pastes the buffer into the node view. You can
also copy nodes from the Node View and paste them into a Text document.
You can also copy the text and paste it into the Node View. This is really
swank, by the way. It won't impress your mother, but it will impress her
if she is programmer. |
Delete |
Deletes the selected nodes. If the branching
is not complicated, the noodles between the parent(s) and children will
automatically reattach to each other. |
Ctrl+Z |
Undo up to 100 steps. Rearranging nodes counts
as a step. |
Ctrl+Y |
Redo your steps unless you have changed values
after you have done several undos. |
+ |
Zooms into the Node View (also use Ctrl+Alt+Left
mouse). |
- |
Zooms out of the Node View (also use Ctrl+Alt+Left
mouse). |
Home |
Centers all nodes. |
F |
Frames all selected nodes into the Node View.
|
O |
Turns on the Overview window to help navigate in the Node View.
|
Ctrl + F |
Will activate nodes according to
what to you enter in the Search string field.
- Select by name. Enter the search string, and it will immediately
activate nodes that match. For example, if you put just f,
FileIn1 and Fade will be selected. If you enter fi,
just the FileIn1 will be selected.
- Select by type. Select by node type. For example, enter Transform,
and all Move2D and Move3D nodes will be selected.
- Select by expression. Allows you to enter an expression.
For example, you want to find all nodes with an angle parameter greater
than 180:
angle>180
- Match case. Sets case sensitivity.
|
Ctrl+A |
Selects all nodes. |
Shift+A |
Selects all nodes attached to the
current group. |
! |
All selected nodes are deactivated,
all deactivated nodes are activated. |
Shift+U |
Adds all nodes upstream from the
currently active nodes to the active group. |
Shift+D |
Adds all nodes downstream from the
currently active nodes to the active group. |
Shift+Up arrow |
Adds one upstream node to the current
selection. |
Shift + Down Arrow |
Adds one downstream node to the
current selection. |
L |
This does an automated layout on the selected
nodes. |
X |
Snaps all selected nodes into the same column. |
Y |
Snaps all selected nodes into the same row. |
G |
Visually collapse selected nodes
into one node. When saved out again, they are remembered as several nodes.
To ungroup them, press G again. |
M |
This will open a group into a subwindow. |
I |
Will turn off selected nodes when activated.
Select them again and press I to reactivate them. You can also load the
parameters into the Parameter View and press ignoreNode. |
E |
Pulls the active nodes from the tree, reconnecting
the remaining nodes to each other. |
Shift+M |
Launch the MacroMaker with the
selected nodes as the macro body. |
B |
Open up a macro into a subwindow
so you can review wiring and parameters. You cannot change the nodes inside
the subwindow. |
Alt+B |
Will close up the macro subwindow
when the cursor is placed outside of the open macro. |