coa_tools icon indicating copy to clipboard operation
coa_tools copied to clipboard

psd export tool seems to not working in CS6

Open Boo-zi opened this issue 7 years ago • 6 comments

only one png (the first one from all the layers) is created and no JSON file. it seems that with only one layer the exporter work fine and manage to create JSON file as well. Farther more, It seems that only the Actively selected layer in photoshop is exported by the Script, and as i said, if one selected it successful but if all are selected, it export only the first png and than stuck (dialog window still on) without creating JSON file.

Boo-zi avatar Oct 15 '16 18:10 Boo-zi

Hey, it is intended that only selected layers get exported. But they have to be in one hierarchy. So bones within a deeper folder are not exported. There for you have to select the complete folder.

Otherwise, if you have a failing example, please post it.

ndee85 avatar Oct 16 '16 11:10 ndee85

hey Andreas. thank you for replying.

it seems that what ever i do to make it work, there no change. i’m using Photoshop CS6 version 13.0 so it should work fine. is there something that i do wrong?

i followed your Devlog 03 tut and tried to put all the layers into a folder with the name character like you did and there was no change. also’ tried with no folder at all even tried to Put a text layer like you did. i even tried to colour all layers as you did in the tut. no help.

by the way, in blender the plugin work like a charm.

i hope that you’ll find the time to expain what do i do wrong or it should work exactly, as i don’t manage to get it to work properly.

thanks for you great work. keep it up.

On 16 Oct 2016, at 14:53, Andreas Esau [email protected] wrote:

Hey, it is intended that only selected layers get exported. But they have to be in one hierarchy. So bones within a deeper folder are not exported. There for you have to select the complete folder.

Otherwise, if you have a failing example, please post it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ndee85/coa_tools/issues/48#issuecomment-254042534, or mute the thread https://github.com/notifications/unsubscribe-auth/ANAIZ2v6LJqoKHjDoYj8J81GaxU_nDV1ks5q0hBLgaJpZM4KXyMX.

Boo-zi avatar Oct 16 '16 12:10 Boo-zi

It is not easy to see what you are doing wrong if I actually have nothing I can test. Could you provide a simple file that is failing. And then I'll take a look at it.

ndee85 avatar Oct 16 '16 12:10 ndee85

I also use Photoshop CS6. One time it gave me an error saying something like "cannot find command 'make'" or something to that effect (I haven't been able to repeat it and didn't get a screenshot). Now, it makes a .json file and crops and saves the top layer only, but nothing else.

EldritchMaze avatar Oct 19 '16 00:10 EldritchMaze

hey eldritch. good to know that i’m not the only one with this problem. the thing is, that for me, there is no error massage and it simply stop without eliminate the dialog window of the script. and with a choose of one layer only it success.

i’v’e put the psd file maybe some one would trace the problem, although i have a doubt that it has something to do with the psd file itself (the problem accoure with other psd files as well). i’m convince that it is related to the environment (i’m using mac - os El Capitan).

a very inconvenient work around that i’m using is to export every layer with this script and to copy the code in the json file to a new file, and repeat the process so in the end it will adds up with all the layers and the full code (the code must be rearrange a bit).

p.s. Andreas, i’m attaching the example file that i use, maybe it will help to solve the problem. than again.

On 19 Oct 2016, at 03:04, EldritchMaze [email protected] wrote:

I also use Photoshop CS6. One time it gave me an error saying something like "cannot find command 'make'" or something to that effect (I haven't been able to repeat it and didn't get a screenshot). Now, it makes a .json file and crops and saves the top layer only, but nothing else.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ndee85/coa_tools/issues/48#issuecomment-254674105, or mute the thread https://github.com/notifications/unsubscribe-auth/ANAIZ3ZGhRObE3YoUruoViCEFdfqrLfEks5q1V6RgaJpZM4KXyMX.

Boo-zi avatar Oct 19 '16 01:10 Boo-zi

I've also to report a problem but with an old CS3. It fails with Error 25 Expected ) Line 162 desc231.putString(idNum, """ dupli_layers_doc """); I've open the script and at that line seems well formated it's weird, I don't know how fix it it's not a simple ) missing

diramazioni avatar Nov 22 '16 00:11 diramazioni