set_material_diffuse
Set only the diffuse base color of a material with an RGB array (0-1) without changing other material properties.
Instructions
Set only the diffuse (base) color of a material. Color is [r,g,b] in 0-1. When NOT to use: to change any other material property, or to set several properties at once (use set_material_properties).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | RGB color [r,g,b] 0-1 | |
| assetId | Yes | Asset ID |