1
0
mirror of synced 2025-02-22 05:19:50 +01:00
This commit is contained in:
KillzXGaming 2020-03-10 19:37:52 -04:00
commit ee3fe7bd4d

View File

@ -1491,7 +1491,7 @@ namespace Toolbox
var textures = ((IExportableModel)fileFormat).ExportableTextures.ToList();
var skeleton = ((IExportableModel)fileFormat).ExportableSkeleton;
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();