Skip to content

Commit 53969b9

Browse files
committed
Fix Merge from #530
1 parent 25507de commit 53969b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

3ds Max/Max2Babylon/Exporter/BabylonExporter.Texture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ private IBitmapTex _getBitmapTex(ITexmap texMap)
819819
}
820820

821821
var texture = texMap.GetParamBlock(0).Owner as IBitmapTex;
822-
823822
if (texture == null)
824823
{
825824
RaiseError($"Texture type is not supported. Use a Bitmap instead.", 2);

3ds Max/Max2Babylon/Forms/ExporterForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private void SaveOptions()
171171
Loader.Core.RootNode.SetStringProperty(ExportParameters.TextureFolderPathProperty,Tools.RelativePathStore(unformattedTextureFolderPath));
172172
}
173173

174-
private async Task<bool> DoExport(ExportItem exportItem, bool clearLogs = true)
174+
private async Task<bool> DoExport(ExportItem exportItem, bool multiExport = false, bool clearLogs = true)
175175
{
176176
SaveOptions();
177177

0 commit comments

Comments
 (0)