This is a quick overview of the features I use the most in the Node Editor for rigging in Maya and some small tips that might help riggers.
This is not meant to be a Node Editor 101 since you can probably read the official docs to get a better introduction. The screenshots were done in Maya 2019 so your UI may differ if you’re using newer versions.

1 – Graph Input/Output connections
Select a node and click these three buttons to replace everything in the graph with the selected node and all its inputs and output.
- 1st button graphs all INPUTS, basically everything that has an incoming connection to it.
- 2nd button graphs all INPUTS AND OUTPUTS, basically everything that has an incoming connection to it and all nodes that receive connections from the selected node.
- 3rd button graphs all OUTPUTS, all nodes that receive connections from the selected node.

As you can see it’s really helpful to understand which nodes are driving what attributes and essential for grasping the flow of your setup. Sometimes the connected graphs can be overwhelming but we can limit how far Maya will show using the Traversal Depth options that is described further below.
2 – Clear/Add/Remove nodes
- 1st button clears the entire tab, very useful. Can’t be undoable and sometime I click it by mistake ;-(
- 2nd button adds any nodes that you selected to the graph of the current visible tab.
- 3rd button removes nodes that you selected from the current visible tab.

Tip: Sometimes I create a new Tab and fill it with nodes I’ll be using frequently so it acts as a quick select set. For instance if you are creating some constraints to the same joints, you can put them in the graph, resize the window to be small, push it to the side, lock the graph so you don’t get new nodes added along the way.
3 – Show attributes
If you have nodes selected, clicking those will toggle how many attributes are showing for these nodes. If nothing is selected, all nodes in the current tab gets updated with the selected mode.
- The first three buttons show incrementally more or less attributes. The first one is a compact view (no attributes showing), second one shows connected and most important ones, third button shows most of the attributes of a node, connected or not.
- The fourth button shows a custom view of attributes that can be edited for your liking. These settings are per node type (transform, joint, curve, deformer) and gets stored in your Maya preferences (I think).
Right-click and hold on top of a node and select “Edit Custom Attribute List” to edit which ones you want to show for the custom view. After you finish click it again to go back to the filtered list. - The default Maya hotkeys for these four buttons are the numbers 1, 2, 3 and 4. Very helpful I definitely use it a lot.
- You can also cycle between them per-node clicking on the top-right icon of each node as shown in the gif below:

TIP: if you are looking for a specific attribute that is not showing in any of these views, you can right-click the node and select “Show All Attributes” for a massive list similar to the “Edit Custom Attributes List“. In both these modes there is a input box where you can type in the name of the attribute you’re looking for to make the list smaller.
Personally I don’t really use this at all since it’s a bit cumbersome in the UI (makes the node size huge) and so I prefer to open the Connection Editor since it’s much easier to inspect the attributes there with the scroll bar and filter them as Inputs/Outputs. I also tend to edit the Custom Attributes List to show the ones I usually use and then I rarely have to show everything.
4 – Bookmarks / tabs
Bookmarks, think of them as a snapshot of your graph. Everytime you visit one, it recreates the node view you had once you created it. Once you load a bookmark, whatever nodes are showing in the current graph are overriden by the current bookmark, you can also click the 3rd and 4th buttons to cycle between the existing bookmarks, pretty nice!
Note: If you leave a bookmark after modifying it, no nodes you added or removed will be updated unless you open the bookmark editor, right-click and choose “Replace Bookmark” to update an existing bookmark with the current graph.

Tabs are good to temporary editing. Instead of having a single graph showing many many nodes where you need to constantly drag to find things, you can add a tab for each section and only graph the necessary nodes so it’s easier to navigate between them.
Tip 1: Ctrl+Tab and Ctrl+Shift+Tab hotkeys can be used to swap between the existing tabs.
Tip 2: Double click the tab to rename the it. Can be useful for keeping things tidy.
Important: bookmarks are still better to keep track of your systems since they are persistent. Once you clear the contents of a tab accidentally it cannot be restored so save bookmarks for important graphs you need to revisit later such as limb stretch setups, important distance/angle readers, face setups, etc.
5 – Shapes Display

For rigging I don’t think I ever used the 1st button, I cycle between the 2nd and 3rd.
- 2nd button will show shapes in the graph, sometimes you need to interact with them
- 3rd button hides all the shapes. Most of the time you don’t need to see them and it only clutters the graph so you can use this one for a cleaner view
6 – Lock

Clicking it will toggle the locking behavior. Closed Lock Icon doesn’t automatically adds newly created nodes to your graph, Open Lock Icon does. Most of the times I use it open but sometimes I lock it to use the graph as a shortcut to select things I’ll be using frequently.
7 – Traversal Depth
This part is directly related to the first one (graphing input/output connections) and the number inside the box will show the maximum number of connections that can be displayed whenever you click on the Input/Output buttons.
-1 is infinite but can be overwhelming when debugging a really complex rig.
If you want to slowly dig into the nodes connections, set it to a low value like 2.

The traversal depth limit is particularly useful in really complex and deep node networks. Maya will limit connections to 500 so it doesn’t get too cluttered and slow. When this happens you will get a warning message saying:
“// Warning: Node Editor graphing connection limit (500) reached. Partial graph will be displayed. You can modify optionVar ‘editorConnectionScanLimit’ to increase limit. //”
I never really had to go that far to debug connections so the default limit works well. Instead use the depth limit field to do a more accurate search for the nodes and connections you need.
8 – Interactive Node Creation
Lastly if you hover the mouse cursor over the node editor graph and press TAB a small box is shown where you can start writing the name of the type of a node you want to create and it shows all available auto-complete options, pretty handy and everyone wanting to be faster at rigging should make a habit of using it. Remember this is not for selecting named objects in the scene but creating a new node by it’s type – e.g multiplyDivide, plusMinusAverage, reverse and so on;

Final Notes / Ramblings
- I never use Pin / Unpin nodes as it always breaks the auto-layout of the nodes for me. Maybe I’m doing it wrong but if I need to keep nodes handy for selecting and interacting I just create a new tab and add them there.
- Search field in the far right can be useful but most of the times I only add the nodes I’m interested in to the graph so I never use it. Clicking in “Recent Searches” is broken as of Maya 2022.
Update (02/Sep/22):
Niels Kleinheinz pointed out that you can modify the behavior of the Graph Inputs/Outputs to not clear the graph when querying the connections, this makes following a graph much easier. The toggle is named “Additive Graphing Mode” in the Options Menu:

Thanks for reading!




