blender_material_set_color
Set the base color of a named material by providing RGBA values, enabling direct color changes in Blender 3D modeling workflows.
Instructions
Set the base color of a material
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | RGBA color values (0-1), e.g., [1, 0, 0, 1] for red | |
| material_name | Yes | Name of the material |