measure_distance
Measure the center-to-center distance between two objects in Blender. Provide the names of the objects to calculate the straight-line distance.
Instructions
Measure the distance between two objects (center to center).
Args: object_a: First object name object_b: Second object name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_a | Yes | ||
| object_b | Yes |