You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, when the plugin is invoked in Develop mode (File -> Plugin Extra -> Show Focus Point), it can happen that
the focus point is displayed on an unsharp/blurry image, or
the focus point window does not even come up but an error message instead "Export to disk failed. No thumbnail received"
Reason:
The windows implementation of the plugin uses a function of the Lightroom SDK (photo:requestJpegThumbnail) that returns a preview image of the selected photo. Previews get created / loaded only in Library module.
When Lightroom is started with empty caches, and the plugin is invoked for a photo in Develop module, for which the preview has not been created but not yet loaded, the Focus Point Viewer will display a blurry image.
When an image is cropped and a new preview has not been created, invoking the plugin in Develop module will cause an error message: "Export to disk failed. No thumbnail received"
Workaround:
if any of the two situation happens, switch to Library module for a short moment (preview gets created) then back to Develop module.
Alternatively, you can avoid these issues altogether if you do not invoke the plugin in Develop module but only in Library module.
The text was updated successfully, but these errors were encountered:
capricorn8
added a commit
to capricorn8/Focus-Points
that referenced
this issue
Jan 27, 2025
Only on WIN: when launched in Develop module switch to Library loupe view so that a preview can be generated if none exists. Return to Develop after plugin window is closed.
capricorn8
added a commit
to capricorn8/Focus-Points
that referenced
this issue
Jan 27, 2025
On Windows, when the plugin is invoked in Develop mode (File -> Plugin Extra -> Show Focus Point), it can happen that
Reason:
The windows implementation of the plugin uses a function of the Lightroom SDK (photo:requestJpegThumbnail) that returns a preview image of the selected photo. Previews get created / loaded only in Library module.
Workaround:
Alternatively, you can avoid these issues altogether if you do not invoke the plugin in Develop module but only in Library module.
The text was updated successfully, but these errors were encountered: