create_material_handle
Create a named handle for a Blender material to reference it across multiple tool calls.
Instructions
Create a handle for a material to reference in future operations.
This allows you to easily reference materials across multiple tool calls.
Parameters:
- handle: The handle name to create (e.g., 'wood_mat', 'metal_shader')
- material_name: The name of the Blender material
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | ||
| material_name | Yes |