List Node Material Graph Nodes
list_graph_nodesWalk a node graph to return a flat list of nodes from a material or the active document's scene-nodes.
Instructions
Walk a node graph and return a flat list of nodes. Target either a node-based material (via handle) or the active document's scene-nodes graph (via scope:'document'). supported:false comes back when the maxon framework is unavailable or no graph exists in the requested space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Set to 'document' to target the scene-nodes (neutron) graph. | |
| handle | No | Material handle. Required unless `scope:'document'`. | |
| node_space | No | Alias 'standard' | 'redshift' | 'scenenodes' / 'neutron' or a fully-qualified maxon.Id. Default 'standard' (materials) or 'scenenodes' (document). |