move_to_collection
Move 3D objects to a new collection, removing them from their current collections. Specify object names and target collection.
Instructions
Move objects to a collection, unlinking them from their current collections.
Args: object_names: List of object names to move. collection_name: Name of the destination collection.
Returns: Dict with the moved objects and destination collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_names | Yes | ||
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||