viniciusgerevini / godot-aseprite-wizard

Godot Editor plugin to help import Aseprite animations to AnimationPlayers, AnimatedSprites and SpriteFrames.
MIT License
821 stars 42 forks source link

Changes to import fields on a node are discarded when navigating away without clicking Import #145

Open sandord opened 4 months ago

sandord commented 4 months ago

So when I enter an "Output File Name" for example and click on another node and then navigate back to the initial node, the change is gone.

viniciusgerevini commented 3 months ago

Oh, good catch. Yes, it's indeed not persisting it. I think before it would persist when expanding and collapsing the options section but I removed that when refactoring because it would have partial settings that wouldn't work in the import tab. I will bring it back in a smarter way. Thanks