clone_object
Duplicate an existing object to a new prim path, optionally setting its position. Use to create copies of scene assets with specified target paths.
Instructions
Duplicate an existing object to a new prim path.
Args: source_path: Prim path of the object to clone. target_path: Prim path for the cloned object. position: [x, y, z] position for the clone. Keeps original position if not set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| command_id | No | ||
| source_path | Yes | ||
| target_path | Yes | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |