List Node Material Graph Nodes
list_graph_nodesRetrieve a flat list of nodes from a Cinema 4D material or scene graph. Specify a material handle or use document scope to enumerate scene nodes, with an unsupported flag when no graph exists.
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). |