1
0
mirror of synced 2025-02-12 09:12:59 +01:00
This commit is contained in:
KillzXGaming 2020-03-21 20:48:35 -04:00
parent 8a8c27765f
commit 507c400502

View File

@ -1497,7 +1497,7 @@ namespace Toolbox
var textures = ((IExportableModel)fileFormat).ExportableTextures.ToList(); var textures = ((IExportableModel)fileFormat).ExportableTextures.ToList();
var skeleton = ((IExportableModel)fileFormat).ExportableSkeleton; var skeleton = ((IExportableModel)fileFormat).ExportableSkeleton;
string name = Path.GetFileNameWithoutExtension(fileFormat.FileName); string name = Path.GetFileNameWithoutExtension(fileFormat.FileName);
//DAE.Export($"{outputFolder}/{name}.{extension}", daesettings, model, textures, skeleton); DAE.Export($"{outputFolder}/{name}.{extension}", daesettings, model, textures, skeleton);
} }
fileFormat.Unload(); fileFormat.Unload();