remove_shader_node
Remove a shader node from a material's node tree by specifying the material and node names. Streamline shader editing by deleting unwanted nodes.
Instructions
Remove a shader node from a material's node tree.
Args: material_name: Name of the material. node_name: Name of the node to remove.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_name | Yes | ||
| node_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||