set_material_blend_mode
Adjust a material's blend mode in EEVEE to control transparency rendering. Select from Opaque, Clip, Hashed, or Blend for desired visual effect.
Instructions
Set the blend mode of a material (EEVEE).
Args: material_name: Name of the material. mode: Blend mode. One of: OPAQUE, CLIP, HASHED, BLEND.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_name | Yes | ||
| mode | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||