blender_ping
Verifies Blender is running and the bridge addon is reachable. Run this initial check to confirm the integration is live before using other tools.
Instructions
Check whether Blender is running and the bridge addon is reachable.
Use this as the first step before any other tool to confirm the integration is live.
Returns:
JSON with status and a message indicating reachability.
Example: blender_ping() → {"status": "success", "result": {"reachable": true}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |