blender_get_object
Get a complete snapshot of a Blender object's data, covering transforms, hierarchy, materials, modifiers, constraints, mesh statistics, custom properties, and world matrix in one call.
Instructions
Get everything known about one object: transforms, hierarchy, materials, modifiers, constraints, mesh statistics, custom properties and world matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |