- 수정됨
PSD doesn't import correctly
This psd is too big to upload I guess, so here's a link to it: https://drive.google.com/open?id=1FNQiTnXSKJWrS-pW6adkAC9KotqdNd9M
I've uploaded the PSD script that I used to export it. When you open it up in spine after exporting, it looks weird: https://imgur.com/C3g1sby
Here's the original PSD screenshot: https://imgur.com/El3fgIv
Why is there that big brown spot and how do I prevent it from happening?
I'm using 3.8.59
Bumping this.
Sorry for the delay, some of us are out on vacation (sadly not me, yet!).
The PhotoshopToSpine script writes each layer as a PNG file. I'm not an artist or Photoshop expert, but you appear to be using clipping mask layers (denoted by the little arrows): Image removed due to the lack of support for HTTPS. | Show Anyway Image removed due to the lack of support for HTTPS. | Show Anyway
It may be possible for the script to detect that these layers should be merged and merge them automatically, but currently it does not. What you can do is create a group that has [merge]
anywhere in the name, then the script will merge all layers in that group, resulting in a single PNG for the group. Eg:
Though you may want to put the [merge]
tag in the existing group named TENTBOX
(whatever makes sense for what you want as individual PNGs).
Thanks for the help, and enjoy your vacation when it happens!