Merge remote-tracking branch 'origin/main'

This commit is contained in:
Lars Brubaker 2022-08-09 10:53:09 -07:00
commit 33ee6fe3fd

View file

@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl.Library.Export
var firstItem = libraryItems.OfType<ILibraryAsset>().FirstOrDefault();
if (firstItem is ILibraryAsset libraryItem)
{
bool exportSuccessful = await MeshExport.ExportMesh(libraryItem, outputPath, null);
bool exportSuccessful = await MeshExport.ExportMesh(libraryItem, outputPath, progress);
if (exportSuccessful)
{
return null;