add_texture_node
Add an image texture node to a material and connect it to the Principled BSDF Base Color for applying image textures.
Instructions
Add an image texture node to a material and connect it to the Principled BSDF Base Color.
Args: material_name: Name of the material. image_path: Absolute path to the image file. Must exist on disk. label: Label for the texture node, default "Image Texture".
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Image Texture | |
| image_path | Yes | ||
| material_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||