antipalindrome / Photoshop-Export-Layers-to-Files-Fast

This script allows you to export your layers as individual files at a speed much faster than the built-in script from Adobe.
MIT License
1.52k stars 424 forks source link

Error: Internal error: on line 1011 #194

Open noblakit01 opened 2 years ago

noblakit01 commented 2 years ago

Hi, the script worked perfectly for me before. But recently it does not work anymore

The issue happens when I choose the Merge Groups as Layers and when check the code it is inline

var layer = layerSet.merge();

I'm using Photoshop CS6.

Thank you and best regards

michaelheiml commented 2 years ago

Hi, I ran into the same issue and realized I need to select the top item (be it a layer or group) before I run the script to avoid that issue. (Also select "All Layers" instead of "Selected Groups" - using "Selected Groups" I get no output at all)

I also realized that the option "Merge Groups as Layers" only works properly if I select only the top object (layer or group) - if I select all groups (say 3 groups each with different content) I get 1 file with all 3 groups merged instead of the expected 3 files, each containing one group. This also only works if I select only the top object (say group 1) -> I get 3 files, each with its group

vladimirgamalyan commented 2 months ago

Tried to fix in #242