kamilburda / batcher

Batch Layer Processing and Export for GIMP 3.0.0-RC1 and Later
https://kamilburda.github.io/batcher/
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Allow applying a procedure just once, at the start or end #7

Closed kamilburda closed 1 day ago

kamilburda commented 9 months ago

This should be relatively easily doable as the code already internally uses several action groups - actions that are performed once at the start, once for each item (layer) and once at the end. The action group should be modifiable for each procedure separately - in the action edit dialog, this should be placed under More options.

kamilburda commented 1 day ago

Closing this as I failed to identify good use cases for this feature. One such case could be changing the active brush, gradient, ..., but that can be done for each item without any performance penalty anyway.