mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +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__))
|
||||
|
||||
additionalNodesPath = os.environ.get("MESHROOM_NODES_PATH", "").split(os.pathsep)
|
||||
# filter empty strings
|
||||
additionalNodesPath = [i for i in additionalNodesPath if i]
|
||||
|
||||
# Load plugins:
|
||||
# - Nodes
|
||||
|
|
Loading…
Add table
Reference in a new issue