blender_measure
Measure real-world dimensions in Blender: get a single object's bounding box, the center-to-center distance between two objects, or the total extent of an assembly or whole scene.
Instructions
Measure real-world distances that are tedious to eyeball: a bounding box, the distance between two object centres, or the extent of a whole assembly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | First object for mode='objects'. | |
| b | No | Second object for mode='objects'. | |
| mode | No | 'bbox' of one object, 'objects' centre-to-centre distance, 'assembly' extent of the whole scene. | bbox |
| object | No | Object name for mode='bbox'. | |
| objects | No | Restrict mode='assembly'. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |