blender_material_inspect_graph
Get a material's complete shader node graph as JSON, including every node's inputs, outputs, and connections. Use it to analyze or debug material structures.
Instructions
Return the full shader node graph of a material as structured JSON. Lists every node (name, type, location, input values/connections, output connections) and every link (from_node, from_output, to_node, to_input).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_name | Yes | Name of the material to inspect |