From dbf9bc3daa6cfcce3f7f92634116a2ab87355378 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Sun, 14 Sep 2025 13:26:08 +0200 Subject: [PATCH] Improve error message for image import failure --- meshroom/ui/reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/ui/reconstruction.py b/meshroom/ui/reconstruction.py index e98ab70f12..cbf86ae55d 100755 --- a/meshroom/ui/reconstruction.py +++ b/meshroom/ui/reconstruction.py @@ -828,7 +828,7 @@ def onImportImagesFailed(self, msg): self.error.emit( Message( "Failed to Import Images", - "You probably have a corrupted image within the images that you are trying to import.", + "A corrupted image in the import set or an installation error may have caused this issue.", "" # msg ) )