EsotericSoftware / spine-editor

Issue tracking for the Spine editor.
http://esotericsoftware.com/
28 stars 2 forks source link

Allow `Output type:Layers` to be selected in `Export type:Animation` in the PSD export. #784

Closed misaki-eymard closed 4 months ago

misaki-eymard commented 4 months ago

Currently, Output type:Layers can only be available when the Export type is Current pose in the PSD export. If Spine can export each frame as a PSD with separate layers by selecting Output type:Layers even when Export type is Animation, this can be useful if you want to edit the exported PSD with an external tool.

Related forum thread: https://esotericsoftware.com/forum/d/25752-how-to-export-psd-layers-of-every-pose-by-script

NathanSweet commented 4 months ago

When exporting an animation, if we export a layer for each attachment for each frame, you'd get <attachment count> * <frame count> layers. That could be a LOT of layers.

NathanSweet commented 4 months ago

In 4.2.48-beta you can choose Layers for File per frame when exporting Animation.