fcamarlinghi / expresso

A Photoshop plugin that lets you quickly channel pack and export textures to common file formats such as TGA, PNG and TIFF.
https://minifloppy.it/tools/expresso/
Apache License 2.0
71 stars 35 forks source link

multiple export paths #8

Open pixelbutterfly opened 4 years ago

pixelbutterfly commented 4 years ago

Would it be possible to have multiple export paths saved and export to more than one folder at once? I often need to export the same file to two locations, my workaround is to use the local and absolute paths but it's slowing me down to hit export, click the unlock button, and export again.

fcamarlinghi commented 4 years ago

First of all apologies if it took this long to get back to you. I've been thinking about a clean way to implement what you need for some time now, but unfortunately couldn't come up with a satisfying solution.

Ideally, what you're trying to accomplish should be handled using some kind of post-export step (i.e. a script that simply copy the exported file to another folder instead of having to export two times). I have some ideas about how to expand the plugin to include something like this, but not enough time on my hands.