mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
Create Init functions for nodes, submitters and pipelines
This commit is contained in:
parent
b173de5a73
commit
a6be4e4938
5 changed files with 34 additions and 24 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue