blender_list_objects
List objects in a Blender scene with transforms, dimensions, materials, and modifiers. Supports filtering by collection, type, name pattern, or parent, plus offset/limit pagination.
Instructions
List objects in the scene with transforms, dimensions, materials and modifiers. Supports filtering and offset/limit pagination.
Args: collection: Only objects in this collection (includes children). type: Comma separated Blender types, e.g. 'MESH,LIGHT,CAMERA'. name_pattern: Regular expression matched against the object name. parent: A parent object name, or 'none' for top-level objects. detailed: Also include world matrix, shape keys and vertex groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| offset | No | ||
| parent | No | ||
| detailed | No | ||
| collection | No | ||
| name_pattern | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |