list_objects
Retrieve a list of all objects in the Blender scene, filtered by type (MESH, LIGHT, CAMERA, EMPTY) to get object names, types, and locations.
Instructions
List all objects in the scene, optionally filtered by type.
Args: type_filter: Filter by object type (e.g., MESH, LIGHT, CAMERA, EMPTY). Empty string returns all objects.
Returns: List of dicts with object name, type, and location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |