List Node Graph Asset Types
list_graph_node_assetsEnumerate registered node-template asset IDs for a node space, filtered to templates addable in that space, for use with apply_graph_description.
Instructions
Enumerate registered node-template asset ids for a node space — the ids you pass to apply_graph_description as $type. For the scene-nodes (neutron) space, results are filtered to the templates actually addable there (e.g. 'net.maxon.node.invert', 'net.maxon.node.access.composecolor64'); note these differ from the net.maxon.corenode:* ids that list_graph_nodes reports for existing nodes. supported:false comes back when the C4D build lacks the maxon framework.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_space | No | Alias 'standard' | 'redshift' | 'scenenodes' (a.k.a. 'neutron') or a fully-qualified maxon.Id. Default 'standard'. |