material_create_preset
Create a material from a preset, optionally set a custom name and override its base color, then assign it to objects.
Instructions
Create a material from a preset and optionally assign it.
Args: preset_name: One of the preset names (see material_list_presets) material_name: Custom name for the material (auto if empty) color_override: Override base color [r, g, b, a] (0-1 range)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset_name | Yes | ||
| material_name | No | ||
| color_override | No |