1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Dima Kogan <dima@secretsauce.net>
Date: Thu, 28 Aug 2025 15:10:39 -0700
X-Dgit-Generated: 2025.1.0-1 35cf224addbf610259822f8f1ab1c0fa2d5ad937
Subject: I do NOT initSubmitters
Because simpleFarm isn't available
---
diff --git a/meshroom/ui/app.py b/meshroom/ui/app.py
index 2f6c7e31..3a8a221c 100644
--- a/meshroom/ui/app.py
+++ b/meshroom/ui/app.py
@@ -234,7 +234,6 @@ class MeshroomApp(QApplication):
meshroom.core.initPlugins()
meshroom.core.initNodes()
- meshroom.core.initSubmitters()
# Initialize the list of recent project files
self._recentProjectFiles = self._getRecentProjectFilesFromSettings()
|