build_node_tree
Construct a complete material node tree in Blender by specifying nodes and links in a single operation.
Instructions
一次性建树:nodes=[{type,name?,location?,inputs?,properties?}],links=[{from_node,from_socket,to_node,to_socket}]。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| links | No | ||
| nodes | Yes | ||
| material | Yes |