From c462ea9c8198c4d596c1b488833b2f7d9b51e0b8 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Mon, 20 Feb 2023 23:17:54 +0100 Subject: [PATCH] [nodes] Panorama: add semantic flag on output image files --- meshroom/nodes/aliceVision/PanoramaPostProcessing.py | 1 + meshroom/nodes/aliceVision/PanoramaSeams.py | 1 + 2 files changed, 2 insertions(+) diff --git a/meshroom/nodes/aliceVision/PanoramaPostProcessing.py b/meshroom/nodes/aliceVision/PanoramaPostProcessing.py index 05b2be59..0645115a 100644 --- a/meshroom/nodes/aliceVision/PanoramaPostProcessing.py +++ b/meshroom/nodes/aliceVision/PanoramaPostProcessing.py @@ -47,6 +47,7 @@ class PanoramaPostProcessing(desc.CommandLineNode): name='outputPanorama', label='Output Folder', description='', + semantic='image', value=desc.Node.internalFolder + 'panorama.exr', uid=[], ), diff --git a/meshroom/nodes/aliceVision/PanoramaSeams.py b/meshroom/nodes/aliceVision/PanoramaSeams.py index e9f5e700..27e01369 100644 --- a/meshroom/nodes/aliceVision/PanoramaSeams.py +++ b/meshroom/nodes/aliceVision/PanoramaSeams.py @@ -63,6 +63,7 @@ Estimate the seams lines between the inputs to provide an optimal compositing in name='output', label='Labels', description='', + semantic='image', value=desc.Node.internalFolder + 'labels.exr', uid=[], ),