blender_material_set_color
Set the base color of a Blender material using RGB values from 0 to 1. Specify material name and color array to update its appearance.
Instructions
Set the base color of a material. Color is [r, g, b] with values 0-1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |