duplicate_material
Create a copy of a material in Blender with a different name for reuse or modification.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_name | Yes | ||
| new_name | Yes |