Fix meshing node connection in MVS Pipeline

This commit is contained in:
Enguerrand DE SMET 2020-06-17 11:28:26 +02:00
parent eb39a614fb
commit 1b26aa62db

View file

@ -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',