Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pipelines] Panorama: Fix inputs of the "Publish" nodes #1922

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

cbentejac
Copy link
Contributor

@cbentejac cbentejac commented Mar 6, 2023

Description

#1819 introduced a new node, PanoramaPostProcessing, that was added at the end of the Panorama templates to replace the ImageProcessing node.

#1903 however added Publish nodes at the end of the Panorama templates with the pipelines using the ImageProcessing as a reference, which left us with templates that correctly used PanoramaPostProcessing instead of ImageProcessing, but expected the Publish node to be connected to the ImageProcessing's output.

This PR correctly connects the Publish nodes to the PanoramaPostProcessing outputs.

@cbentejac cbentejac self-assigned this Mar 6, 2023
@cbentejac cbentejac force-pushed the fix/panoramaTemplates branch from ff1e159 to f6609ea Compare March 6, 2023 11:09
The "Publish" nodes were connected to "ImageProcessing" nodes, which
used to be part of the panorama pipelines, but are not anymore.
@cbentejac cbentejac force-pushed the fix/panoramaTemplates branch from f6609ea to 1c5efc2 Compare March 6, 2023 11:10
@fabiencastan fabiencastan added this to the Meshroom 2023.1.0 milestone Mar 7, 2023
@fabiencastan fabiencastan merged commit 00bf414 into develop Mar 7, 2023
@fabiencastan fabiencastan deleted the fix/panoramaTemplates branch March 7, 2023 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants