mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46:31 +02:00
[multiview] hdri pipeline: update files to publish
This commit is contained in:
parent
224abce62f
commit
119bc21073
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ def hdri(inputImages=list(), inputViewpoints=list(), inputIntrinsics=list(), out
|
|||
cameraInit.intrinsics.extend(inputIntrinsics)
|
||||
|
||||
if output:
|
||||
stitching = nodes[-1]
|
||||
graph.addNewNode('Publish', output=output, inputFiles=[stitching.output])
|
||||
imageProcessing = nodes[-1]
|
||||
graph.addNewNode('Publish', output=output, inputFiles=[imageProcessing.outputImages])
|
||||
|
||||
return graph
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue