1
0
mirror of synced 2024-09-24 19:48:21 +02:00

Quick error fix

This commit is contained in:
KillzXGaming 2020-03-09 20:54:20 -04:00 committed by GitHub
parent 12558f5ba0
commit bfdc4000fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();