Move layer from bottom to top in Layers panel

Every time I do import a new file into a project the layers are placed automatically at the bottom of the project. I do need to move this layers at the top and I do have a stack of ~ 170-180 layers and it is a quite of time consuming work to press 170 times the UP arrow just to move the layers from bottom to top in the stack.

It is there a script that can do this automatically for me?

Best regards.

I did not test this thoroughly but modified my old layer sorting script to do what you are after:
DIG_MoveSelectedLayersToTop.rvb (1.5 KB)
(the layers to be placed on top need to be selected/highlighted in the layer panel)

hth,

–jarek

1 Like

Thank you for the script. Works fine. Do you have also a script to do the opposite? I mean, to move the layers from top to Bottom of the layers stack? Sometimes can be useful such an option.

Good idea, I modified it to create a version with move to bottom of the stack:
DIG_MoveSelectedLayersToBottom.rvb (1.6 KB)

1 Like