Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Sprite Sheet cannot differentiate between Layers with matching names #2656

Closed
oceanhahn opened this issue Mar 8, 2021 · 1 comment · Fixed by #3492
Closed

Export Sprite Sheet cannot differentiate between Layers with matching names #2656

oceanhahn opened this issue Mar 8, 2021 · 1 comment · Fixed by #3492

Comments

@oceanhahn
Copy link

If multiple Layers have the same name, the Export Sprite Sheet pane only recognizes one of them regardless of which of the Layers (of the same name) is selected from the "Layers" pulldown box.
Layers with matching names can be in the same or different Layer Groups and the bug will still occur.

It seems as though layers are keyed to the string used to name them, regardless of Grouping, rather than the specific identity they have in the Layers selection pulldown box.

Thanks for looking into it! :D

..using ASEprite 1.2.25-x64 on Win10.

@Gasparoken
Copy link
Member

Thanks for this report @oceanhahn! I was able to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment