duplicate_object
Create copies of 3D objects in Blender with options for independent or linked mesh data to streamline modeling workflows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| linked | No |