diff --git a/meshroom/multiview.py b/meshroom/multiview.py index 99983a66..6088172f 100644 --- a/meshroom/multiview.py +++ b/meshroom/multiview.py @@ -278,8 +278,7 @@ def mvsPipeline(graph, sfm=None): depthMapsFolder=depthMap.output) meshing = graph.addNewNode('Meshing', input=depthMapFilter.input, - depthMapsFolder=depthMapFilter.depthMapsFolder, - depthMapsFilterFolder=depthMapFilter.output) + depthMapsFolder=depthMapFilter.output) meshFiltering = graph.addNewNode('MeshFiltering', inputMesh=meshing.outputMesh) texturing = graph.addNewNode('Texturing',