option "open image button" open the actual dir #14947
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
one of the things that annoys me no end is that the
open image button
don't actually opens the actual output dir but the output rootthis is annoying for people that uses subdirectories, this is one extra click for every time they use
open image button
also since we would navigate in the the suvdir the next time we click the button it opens a new windwos causing lots of extra windows to be open
this PR makes it so it will to open the actual directory and not output root
I decided to enable this option by default because I feel like it's more natural option
this also would be useful if one has images up to different directories (such as the grid images)
user can select which directory to open
Output root
will always open the main output root (effectively disabling this PR)Subdirectory
will open the the actual directorySubdirectory (even temp dir)
same asSubdirectory
but will also open the temp dir (when image is not always saved)if possible I like to squeeze this into 1.8 RC
Checklist: