tombmonk Thank you very much for your report. I checked your PSD file, but the situation seems slightly different.
First, one reason this error occurs is that the image size for eyes_open
within the alt_1
skin differs, preventing the creation of a linked mesh. While other images are sized at 118 * 94px, the problematic image alone is sized at 104 * 65px. Therefore, this should be adjusted to match the 118 * 94px size.
However, even after adjusting to 118 * 94px, attachments with the same name still fail to import properly. Attachments other than eyes_open
—eyes_closed
, eyes_blink_2
, and eyes_blink_1
—import correctly, but eyes_open
will cause an error unless its naming is changed.
As a workaround, naming the source mesh as something like “source” and having other images reference that mesh seems to allow successful import:

We will investigate this issue.