Create Init functions for nodes, submitters and pipelines

This commit is contained in:
Vincent Demoulin 2024-07-05 09:04:09 +02:00 committed by Fabien Castan
parent b173de5a73
commit a6be4e4938
5 changed files with 34 additions and 24 deletions

View file

@ -124,6 +124,8 @@ class MeshroomApp(QApplication):
# - clean cache directory and make sure it exists on disk
ThumbnailCache.initialize()
meshroom.core.initPlugins()
# QML engine setup
qmlDir = os.path.join(pwd, "qml")
url = os.path.join(qmlDir, "main.qml")