mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 02:08:25 +02:00
Avoid to load project nodes twice
This commit is contained in:
parent
6f4541f76b
commit
0fec646776
1 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,8 @@ def loadSubmitters(folder, packageName):
|
||||||
meshroomFolder = os.path.dirname(os.path.dirname(__file__))
|
meshroomFolder = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|
||||||
additionalNodesPath = os.environ.get("MESHROOM_NODES_PATH", "").split(os.pathsep)
|
additionalNodesPath = os.environ.get("MESHROOM_NODES_PATH", "").split(os.pathsep)
|
||||||
|
# filter empty strings
|
||||||
|
additionalNodesPath = [i for i in additionalNodesPath if i]
|
||||||
|
|
||||||
# Load plugins:
|
# Load plugins:
|
||||||
# - Nodes
|
# - Nodes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue