blender_object_duplicate
Duplicate a 3D object in Blender, creating either an independent copy or a linked copy that shares mesh data. Specify a position offset for the new object.
Instructions
Duplicate an object.
Can create an independent copy or a linked copy (sharing mesh data).
Args: params: Source object name, new name, whether to link, position offset
Returns: Duplication result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |