Gimp-Forum.net
ofn-reorder-copy-layers - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: ofn-reorder-copy-layers (/Thread-ofn-reorder-copy-layers)



ofn-reorder-copy-layers - Ofnuts - 01-09-2017

Support thread for ofn-reorder-copy-layers


RE: ofn-reorder-copy-layers - rich2005 - 01-10-2017

Need a third party try-out?

Puts entries in the Image menu. Maybe layer menu is more obvious.

Works as plugin name, copies or moves the linked layers to a position above the active layer.

[attachment=217]
Thinking about those using layer groups, a mix of layers and layer-groups are ignored.
Try an apply within a layer group, no result and that little error message.

[attachment=218]
Just thinking about those links, should they remain or be cancelled after the operation?


RE: ofn-reorder-copy-layers - Ofnuts - 01-10-2017

Yes, the plugin doesn't support groups... The script is written to fulfill a need expressed on StackOverflow where the OP wants to move very many layers (animation sequences). I may improve it to move 1st level groups as well. In fact the most useful improvements would be to be able to select the layers by name using some form of joker expression, and maybe rename copies using a substitution rule.