blender_blend_contents
List every datablock in a .blend file by type, showing user counts, orphans, and library sources to inspect contents before merging or cleaning.
Instructions
Inventory every datablock in the file by type, with user counts, orphans and which library each came from. The fastest way to see what a .blend actually contains before merging or cleaning it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Datablock types to include, e.g. ['meshes', 'materials']. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |