create_collection
Organize 3D objects in Blender by creating new collections, with optional nesting under parent collections for structured scene management.
Instructions
Create a new collection, optionally nested under a parent collection.
Args: name: Name for the new collection. parent: Optional name of parent collection to nest under. Empty string uses the scene's root collection.
Returns: Dict with the created collection's name and parent.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent | No |