Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
ee3fe7bd4d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user