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

make import defaults affect the import settings in `Sprite2D` props #121

Closed jefvel closed 7 months ago

jefvel commented 7 months ago

Currently if I select "only visible layers" in the aseprite importer default settings, it'll still be disabled in this menu: image

It'd be nice if there was a way to configure the default settings of the options there. Or maybe there is one and I've missed it?

viniciusgerevini commented 7 months ago

Yeah, I don't think there is a default option for that. That was deliberate as I wouldn't recommend relying too much on that option. But each person has a different pipeline, so I guess there is no harm on adding the default settings. It's a straight forward change. I'll add it to the next release. Thanks.

viniciusgerevini commented 7 months ago

Included in the latest release (7.2.0 Godot 4, 6.3.0 Godot 3). Already available in the branch and release page. It takes a few days for it to be available in Godot's asset lib. Cheers.