blender_assign_to_collection
Assign objects to an existing Blender collection, adding references without removing them from other collections. Ideal for organizing scene elements.
Instructions
Add objects to an collection that already exists in the scene.
Use blender_create_collection first if the collection is missing. Objects stay linked to their other collections, so this adds a reference rather than moving them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | ||
| collection | Yes | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |