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.
2 parents 5dda2ac + da05aae commit ccf2993Copy full SHA for ccf2993
meshroom/core/desc/node.py
@@ -260,7 +260,7 @@ def getMrNodeType(self):
260
return MrNodeType.NODE
261
262
def processChunkInEnvironment(self, chunk):
263
- meshroomComputeCmd = f"{_MESHROOM_COMPUTE_EXE} {chunk.node.graph.filepath} --node {chunk.node.name} --extern --inCurrentEnv"
+ meshroomComputeCmd = f"{_MESHROOM_COMPUTE_EXE} \"{chunk.node.graph.filepath}\" --node {chunk.node.name} --extern --inCurrentEnv"
264
265
if len(chunk.node.getChunks()) > 1:
266
meshroomComputeCmd += f" --iteration {chunk.range.iteration}"
0 commit comments