Gimp-Forum.net
Python : move layer up or down? - 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)
+---- Forum: Scripting questions (https://www.gimp-forum.net/Forum-Scripting-questions)
+---- Thread: Python : move layer up or down? (/Thread-Python-move-layer-up-or-down)



Python : move layer up or down? - ChameleonScales - 02-20-2021

I'd like to change a layer's position in the layers stack. Is there a command for that? I only know how to get it but not how to set it.


RE: Python : move layer up or down? - ChameleonScales - 02-20-2021

Sorry, I missed this stackoverflow question which gets the answer I was looking for.