assign_material
Assign materials to objects in Blender for 3D modeling and rendering. Specify object and material names to apply visual properties.
Instructions
Assign a material to an object.
Args: object_name: Name of the target object. material_name: Name of the material to assign.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| material_name | Yes |