mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-19 12:06:28 +02:00
[multiview] no Publish node by default
This commit is contained in:
parent
736f1c382e
commit
dbba0b401c
1 changed files with 0 additions and 3 deletions
|
@ -59,8 +59,5 @@ def photogrammetryPipeline(output='', inputFolder='', inputImages=[], inputViewp
|
||||||
texturing = graph.addNewNode('Texturing',
|
texturing = graph.addNewNode('Texturing',
|
||||||
ini=meshing.ini,
|
ini=meshing.ini,
|
||||||
inputDenseReconstruction=meshing.outputDenseReconstruction)
|
inputDenseReconstruction=meshing.outputDenseReconstruction)
|
||||||
publish = graph.addNewNode('Publish',
|
|
||||||
inputFiles=[texturing.outputMesh, texturing.outputMaterial, texturing.outputTextures],
|
|
||||||
output=output)
|
|
||||||
return graph
|
return graph
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue