blender_collection_move
Move Blender objects into a target collection and optionally remove them from their current ones to reorganize scenes or link objects across multiple collections.
Instructions
Move one or more objects to a target collection. Can optionally remove them from their current collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_names | Yes | Names of objects to move | |
| target_collection | Yes | Name of the target collection to move objects into | |
| remove_from_current | No | Remove objects from their current collections (default: true). Set false to link into multiple collections. |