list_objects
Retrieve all objects in a Blender scene, with optional filtering by object type like MESH, LIGHT, or CAMERA to organize 3D modeling workflows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_filter | No |