duplicate_object
Duplicate a 3D object in Blender, optionally creating a linked duplicate that shares mesh data for efficient scene management.
Instructions
Duplicate an object.
Args: name: Name of the object to duplicate. linked: If True, create a linked duplicate (shares mesh data). Defaults to False.
Returns: Dict with the new object's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| linked | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||