New features:
- Created separate dialogs and menu entries for batch-editing layers, named
Edit Layers...
andEdit Layers (Quick)
. Separate settings are provided for editing and exporting. - Added
Export Selected Layers
andEdit Selected Layers
menu entries when right-clicking on selected layers in GIMP. These behave asExport Layers (Quick)
andEdit Layers (Quick)
, respectively, except that onlyLayers
andSelected in GIMP
constraints apply. - Added a new layer name pattern called
Full layer name
which preserves the entire layer name, including characters beyond the last ‘.’. This is equivalent to[layer name, %e]
, only more convenient.
Changes to procedures and constraints:
- Simplified the insertion of background and foreground. The
Merge background
/Merge foreground
procedure is added automatically and is no longer available to be added manually. A constraint namedNot background
/Not foreground
is also added automatically that ignores the background/foreground during processing. Updating the color tag in theInsert background
/Insert foreground
procedure also updates the color tag in the constraint. - Added back the
Visible
constraint displayed on the first run/after reset. This was removed in the previous version; this time, however,Also apply to parent folders
is not checked by default.
User interface changes:
- When
Export Layers (Quick)
is run for the first time, a small dialog with only export settings is now displayed. This reduces confusion as to where (output folder) and how (file extension, name pattern) the layers are exported. That dialog can be skipped by simply uncheckingShow this dialog
. - Dropdown menus are now consistently displayed below a GUI element and are left-aligned (e.g. menus displayed by pressing the
Add Procedure...
button or theSettings
button). - Renamed
Import Settings...
toLoad Settings from File...
andExport Settings...
toSave Settings to File...
for clarity, respectively. - Moved
Reset Settings
menu entry under theSettings
button to the bottom. - Closing the main dialog automatically can be turned on/off via the new
Close when Done
menu under theSettings
button.
Bug fixes:
- Fixed the
Rename
procedure not renaming layer groups when editing layers. - Fixed the
Remove folder structure
procedure not working when editing layers. A separate procedure with the same name was added for editing that also allows setting the visibility of child layers based on whether all its parents are visible. - Fixed the
Scale
procedure throwing errors if the resulting width or height would be 0 pixels. The new width and height will now always be at least 1 pixel. - Fixed the
Selected in GIMP
constraint applying only on a single layer when editing layers. - Fixed incorrect progress bar text if the user chose the new file to be renamed (to avoid overwriting a file with the same name).