GIMP Script-fu

Update of "sg-group-linked-layers"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 10c71dcef04a259314bf7ce31eaf92f8a52db879
Page Name:sg-group-linked-layers
Date: 2015-03-28 12:33:53
Original User: saulgoode
Parent: af05da64f437935b30bc2f87f0a5e842a89aa453 (diff)
Content
Command:
Group Linked Layers
Menu:
"<Image>/Layer/Stack/Group Linked Layers"
"<Layers>/Group Linked Layer(s)"
PDB Name:
script-fu-sg-group-linked-layers
Download:
sg-group-linked-layers.scm (after the page appears, click on the "Download" command)
License:
GPLv2+

Description:

This script adds a command to move all linked layers into a newly created group. If any of the linked layers are group fundaments, then all of the layers (and subgroups) in that group are moved into the new group.

The new group is placed directly above the active layer in the layer stack -- unless the active layer is contained within one of the groups that is linked (i.e., you are trying to moving a group into itself), in which case the command fails.

Note: this script also provides the Ungroup Layer command.