add_to_collection
Add a Blender object to a specified collection by providing collection and object names. Organize your 3D scene efficiently.
Instructions
Add an object to a collection.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("add_to_collection", {"collection_name": "MyCollection", "object_name": "Cube"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |