move_to_collection
Transfer 3D objects to a specified collection in Blender, removing them from their current collections to organize your scene efficiently.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_names | Yes | ||
| collection_name | Yes |