Fold a frequently used group of nodes into a single node, then reuse and share it.
Creating a custom node
- Build the node group you want to package
- Put
input_pinat the entrances andoutput_pinat the exits of the internal graph to define its external ports - Save it as a custom node. Double-click to open and edit the internal graph (breadcrumbs navigate the hierarchy)
- Promote internal parameters to adjust them from the outside inspector
Library locations
| Kind | Location | Notes |
|---|---|---|
| Official custom nodes | app/library/official/ |
Bundled presets (Masked family, recipes). Updated with the app |
| User custom nodes | user_data/library/user/ |
Your own parts. Survive updates |
| Node presets | user_data/library/user/node-presets/ |
Templates of nodes with pre-set parameters |
| Parts | user_data/library/user/parts/ (.pxnpart) |
Asset parts written by the part-creation node |
The variant library
- Capture variations of a node's output (color swaps and such) into the project for side-by-side comparison (the variant library)