09-04-2022, 09:00 PM
Hmm. Indeed set-name doesn't exist, the name is taken from set-filename. And I can't find a way to twist the arm of the file saver dialog.
Possible solutions:
* Set a different default extension (doable since 2.10.22 IIRC)(Preferences ➤ Image Import & Export ➤ Export file type)
* Define your own export action, and associate a hot key to it.
And in radical departure, I wrote a script that does things a bit differently to quickly process a lot of files, a single call to the script :
Possible solutions:
* Set a different default extension (doable since 2.10.22 IIRC)(Preferences ➤ Image Import & Export ➤ Export file type)
* Define your own export action, and associate a hot key to it.
And in radical departure, I wrote a script that does things a bit differently to quickly process a lot of files, a single call to the script :
- Execute some post-processing
- Export the file
- Close the file window (aka "display")
- Determine the next file in sequence
- Open that file in a window
- Execute some preprocessing