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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'All layers' export option does not export all layers

Lymnah opened this issue · comments

psd has this structure:
A/
├─ SubA/
│ ├─ subA_layer01
│ ├─ subA_layer02
├─ A_layer01
├─ A_layer02
B (same as A)/
C (same as A)/

"All layers" is selected
image

Despite having 1200+ layers, only 33 are exported. Indeed, only the one in visible folders seem to be exported

Photoshop version: 23.5.0
Photoshop-Export-Layers-to-Files-Fast: 824e98c
Windows 11 21H2 (22000.1219)
Same issue on Windows 10

I think the function supposed to push all the layers in the 'layers' variable is not working.

Update: It only exports visible layers even if the option is unticked:
image

commented

Thanks for reporting this! I'll try to take a look at this soon. Can you let me know if this issue is also happening on v2.6.0?

commented

@Lymnah Never mind on checking a previous version -- I had time and was able to reproduce and fix this issue. Let me know if you have any issues with v2.7.1

commented

Also just wanted to note that you left really great info on how to reproduce this, thank you for that!

@antipalindrome Hi Anti,
It works now, thank you!