Set Material Color
shading.set_material_colorAssign RGB color values to a material's color attribute, such as baseColor or transparency.
Instructions
Set a color attribute on a material (e.g., color, baseColor, transparency).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | [r, g, b] color values (0-1 range) | |
| material | Yes | Name of the material node | |
| attribute | No | Color attribute name (e.g., 'color', 'baseColor', 'transparency', 'incandescence') | color |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | ||
| errors | Yes | ||
| material | Yes | ||
| attribute | Yes |