We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59948b2 commit b378502Copy full SHA for b378502
bin/meshroom_batch
@@ -196,6 +196,10 @@ with meshroom.core.graph.GraphModification(graph):
196
# feed inputs (recursive and non-recursive paths) to corresponding init nodes
197
for initNode in initNodes:
198
nodeName = initNode.getName()
199
+ if nodeName not in mapInput | mapInputRecursive and \
200
+ "" not in mapInput | mapInputRecursive:
201
+ continue
202
+
203
# Retrieve input per node and inputs for all init node types
204
input = mapInput.get(nodeName, []) + mapInput.get("", [])
205
# Retrieve recursive inputs
0 commit comments