blender_get_object_info
Get detailed info about a Blender object by name: transform, dimensions, materials, and type-specific data like mesh stats, light settings, or camera focal length.
Instructions
Get detailed information about a specific object by name.
Returns transform, dimensions, material slots, and type-specific data (mesh stats for MESH, light settings for LIGHT, focal length for CAMERA).
Args:
params: GetObjectInfoInput with the object name and response_format.
Returns: Markdown summary or JSON with full object properties.
Example: blender_get_object_info(name="Cube")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |