Node Outliner with Smart Filters for Maya
Now with Maya 2025 support!
This outliner for Maya allows you to more easily organize your scene with easier access to Maya's built-in filters, and a filter-builder to make your own advanced custom filters.
Selection Filters - Only display nodes, shaders, textures and more, only relevant to the object you have selected.
Custom Smart Filters - Creature custom filters using Python for complex filtering, such as object attributes, viewport smoothing enabled, or geometry with NGons.
LicensesThe product is for a single user only. For studios with multiple users, please contact for bulk discounts.
Installation
Copy the "ks_nodeOutliner" folder into a directory where Maya can access scripts and python plugins.
Example - Windows: C:\Users\USERNAME\Documents\maya\2019\scripts
Then run the following Python command inside Maya:
from ks_nodeOutliner import ksNodeOutliner
ksNodeOutliner.OpenNodeOutliner()
Node Outliner with Smart Filters for Maya
Node Outliner with Smart Filters for Maya
Now with Maya 2025 support!
This outliner for Maya allows you to more easily organize your scene with easier access to Maya's built-in filters, and a filter-builder to make your own advanced custom filters.
Selection Filters - Only display nodes, shaders, textures and more, only relevant to the object you have selected.
Custom Smart Filters - Creature custom filters using Python for complex filtering, such as object attributes, viewport smoothing enabled, or geometry with NGons.
LicensesThe product is for a single user only. For studios with multiple users, please contact for bulk discounts.
Installation
Copy the "ks_nodeOutliner" folder into a directory where Maya can access scripts and python plugins.
Example - Windows: C:\Users\USERNAME\Documents\maya\2019\scripts
Then run the following Python command inside Maya:
from ks_nodeOutliner import ksNodeOutliner
ksNodeOutliner.OpenNodeOutliner()