Animation Tools

mirror-layers

Copies the visible layers to an inverted stack atop the current stack. Its purpose is to create the layers corresponding to the "return" in an animation. The layers at both ends are not copied. For instance, if the visible layers are:

E
D
C
B
A

running the script will produce:

Copy of B
Copy of C
Copy of D
E
D
C
B
A

The script appears in the menus as Image/Mirror layers and has no parameters.

interleave-layers

This script is replaced by ofn-interleave-layers that you will find in the downloads section. The .ZIP contains a HTML documentation.