duplicate_object
Creates a copy of any Blender object with configurable location, rotation, scale, offset, and linked mesh sharing. Assign a new name and collection to the new copy.
Instructions
Duplicate an object, optionally moving the copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Object to copy | |
| scale | No | [x, y, z] in Blender units | |
| linked | No | Share mesh data with the original (edits affect both) | |
| offset | No | [x, y, z] added to the source location | |
| location | No | [x, y, z] in Blender units | |
| new_name | No | ||
| rotation | No | [x, y, z] euler rotation in DEGREES | |
| collection | No |