Skip to main content
Hoodedhood
Inspiring
July 18, 2022
Question

Flipping multiple layers, but individually, at once.

  • July 18, 2022
  • 2 replies
  • 1260 views

Is there a way in Photoshop to flip multiple layers at once, but indivually.

 

So I created this, let's say, long timeline, but instead of reading it from left to right, it needs to be from right to left. Instead of flipping everything one by one, rearranging etc, I thought about flipping the entire thing at once, then indivually flip everything back. But as this is a long timeline, I don't want to have to flip every indiviual layer one by one, about 100 times. Is there a way, to select all of these layers, and somehow filter it on just flipping them within their own space. 

 

This topic has been closed for replies.

2 replies

c.pfaffenbichler
Community Expert
Community Expert
July 18, 2022

Check out this thread: 

 
Edit: The variables horScale and verScale would need to be changed to -100 and 100 respecitvely. 
c.pfaffenbichler
Community Expert
Community Expert
July 18, 2022

That would need Scripting. 

How experienced are you with JavaScript? 

Hoodedhood
Inspiring
July 18, 2022

I see, well thats a shame. I don't have any experience with JavaScript, and wouldn't know how to apply it to PS. 

c.pfaffenbichler
Community Expert
Community Expert
July 18, 2022

You just need to change the two variables horScale and verScale to -100 and 100. 

And maybe change the last »true« in the line 

        layerDuplicateOffsetScaleRotate (theLayers[x][1], 0, 0, horScale, verScale, 0, true)   

to »false« if you don’t want duplicated Layers.