[GUI] Preserve selection order of AnimationClips (#24)

This commit is contained in:
VaDiM
2023-12-30 18:34:56 +03:00
parent c2d3b8c5f9
commit 115074fdc0
3 changed files with 54 additions and 25 deletions

View File

@ -626,6 +626,7 @@ namespace AssetStudioGUI
{
Progress.Reset();
Logger.Info($"Exporting {animator.Text}");
Logger.Debug($"Selected AnimationClip(s):\n\"{string.Join("\"\n\"", animationList.Select(x => x.Text))}\"");
try
{
ExportAnimator(animator, exportPath, animationList);