blender_scene_ops
Manage Blender scene hierarchies and housekeeping: duplicate object trees, instance collections, purge orphan data, and inspect depsgraph, add-ons, or memory usage.
Instructions
Hierarchy and housekeeping: duplicate a parent with all children, instance or realise collections, purge orphans, and inspect the depsgraph, enabled add-ons or datablock counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Scene operation. | |
| object | No | Root object for duplicate_hierarchy. | |
| location | No | Instance position. | |
| new_name | No | Name for the duplicate root. | |
| collection | No | Collection to instance. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |