duplicate_material
Duplicate an existing material in Blender by providing the original name and a new name for the copy.
Instructions
Duplicate a material with a new name.
Args: material_name: Name of the material to duplicate. new_name: Name for the duplicated material.
Returns: Confirmation dict with the new material name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_name | Yes | ||
| new_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||