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=[], ),