Blender Set Material
blender_set_materialAssign or create a material on a Blender object with specified base color, metallic, and roughness values.
Instructions
Assign or create a material on a Blender object with base color and metallic/roughness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | Target object name. | |
| materialName | No | Material name. Empty to create a new one. | |
| baseColor | No | Base color RGB (0-1). | |
| metallic | No | Metallic value (0-1). | |
| roughness | No | Roughness value (0-1). | |
| timeoutMs | No | Command timeout. |