delete_collection
Remove collections from Blender scenes, with options to delete or preserve contained objects for efficient 3D project management.
Instructions
Delete a collection.
Args: name: Name of the collection to delete. delete_objects: If True, also delete all objects in the collection. If False, objects are unlinked but kept in the scene.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| delete_objects | No |