Skip to main content
tssee
Inspiring
February 5, 2017
Answered

Move snapshop in layer

  • February 5, 2017
  • 1 reply
  • 549 views

I would like to move the instantaneous levels

in the layers panel

there is a way to do it.

This topic has been closed for replies.
Correct answer pixxxelschubser

Hi Sahil.Chawla

Never say never.

(This is the scripting forum )

one possible way to go (AM-Code is your friend):

count the snapshots

create a new snapshot

go to the last snapshot (before the new created one)

select all

copy

// if necessary add a new layer at the top

paste

create a new snapshot (overwrite the last one or remove the last one and create a new one)

go to the last snapshot (before the new created one)

select all

copy

// if necessary add a new layer at the top

paste

and so on …

Have fun

1 reply

Sahil.Chawla
Adobe Employee
Adobe Employee
April 3, 2017

Hi Tssee,

There is no way to achieve it however you can post a feature request on the link below.

Photoshop Family Customer Community

Regards,

Sahil

pixxxelschubser
Community Expert
pixxxelschubserCommunity ExpertCorrect answer
Community Expert
April 3, 2017

Hi Sahil.Chawla

Never say never.

(This is the scripting forum )

one possible way to go (AM-Code is your friend):

count the snapshots

create a new snapshot

go to the last snapshot (before the new created one)

select all

copy

// if necessary add a new layer at the top

paste

create a new snapshot (overwrite the last one or remove the last one and create a new one)

go to the last snapshot (before the new created one)

select all

copy

// if necessary add a new layer at the top

paste

and so on …

Have fun

tssee
tsseeAuthor
Inspiring
April 4, 2017

Thank you