blender_list_objects
List Blender scene objects, optionally filtered by type, to view their names, types, and locations.
Instructions
List objects in the current Blender scene, optionally filtered by type.
Args:
params: ListObjectsInput with optional object_type filter (e.g. 'MESH')
and response_format.
Returns: Markdown table or JSON list of objects with name, type, and location.
Example: blender_list_objects(object_type="MESH", response_format="json")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |