reset_current_photo
Reset all develop adjustments on the currently active photo in Lightroom Classic. Use this tool to revert edits and restore the original image state.
Instructions
Reset all develop adjustments on the currently active photo.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- Tool handler for resetting the active photo's develop adjustments, which calls the 'develop.reset_current_photo' command on the bridge.
async def reset_current_photo() -> dict[str, Any]: """Reset all develop adjustments on the currently active photo.""" return await _call("develop.reset_current_photo")