list_objects
Retrieve a list of all objects in the Blender scene, with optional filtering by type to get only meshes, lights, cameras, or empties.
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 |