Fix export extension
This commit is contained in:
parent
b2abeba272
commit
c540b32cb7
Binary file not shown.
@ -82,7 +82,7 @@ namespace FirstPlugin
|
|||||||
stream.Dispose();
|
stream.Dispose();
|
||||||
|
|
||||||
string Path = System.IO.Path.Combine(folderDlg.SelectedPath,
|
string Path = System.IO.Path.Combine(folderDlg.SelectedPath,
|
||||||
System.IO.Path.GetFileName(file));
|
System.IO.Path.GetFileNameWithoutExtension(file) + ".dds");
|
||||||
|
|
||||||
model.ExportModel(Path);
|
model.ExportModel(Path);
|
||||||
model.Unload();
|
model.Unload();
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user