toggle_lens_blur_depth_viz
Switch the lens blur depth visualization overlay on or off to see depth information in Lightroom Classic.
Instructions
Toggle the lens blur depth visualization overlay.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The handler function that registers the 'toggle_lens_blur_depth_viz' MCP tool and calls the underlying bridge command.
async def toggle_lens_blur_depth_viz() -> dict[str, Any]: """Toggle the lens blur depth visualization overlay.""" return await _call("develop.toggle_lens_blur_depth_viz")