create_object_handle
Create a named handle for a Blender object to reference it across multiple tool calls, enabling persistent multi-step workflows.
Instructions
Create a handle for an object to reference in future operations.
This allows you to easily reference objects across multiple tool calls.
Parameters:
- handle: The handle name to create (e.g., 'my_cube', 'main_character')
- object_name: The name of the Blender object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | ||
| object_name | Yes |