Skip to content

Commit

Permalink
Merge pull request #1922 from alicevision/fix/panoramaTemplates
Browse files Browse the repository at this point in the history
[pipelines] Panorama: Fix inputs of the "Publish" nodes
  • Loading branch information
fabiencastan authored Mar 7, 2023
2 parents 0fedaac + 1c5efc2 commit 00bf414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshroom/pipelines/panoramaFisheyeHdr.mg
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
],
"inputs": {
"inputFiles": [
"{ImageProcessing_1.outputImages}"
"{PanoramaPostProcessing_1.outputPanorama}"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion meshroom/pipelines/panoramaHdr.mg
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
],
"inputs": {
"inputFiles": [
"{ImageProcessing_1.outputImages}"
"{PanoramaPostProcessing_1.outputPanorama}"
]
}
}
Expand Down

0 comments on commit 00bf414

Please sign in to comment.