From c416bf183957dddafc5010c52e617f6ed4dfa521 Mon Sep 17 00:00:00 2001 From: Fabien Date: Tue, 19 Jan 2021 11:28:47 +0100 Subject: [PATCH] [panorama] add debug capacities --- meshroom/nodes/aliceVision/PanoramaCompositing.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/meshroom/nodes/aliceVision/PanoramaCompositing.py b/meshroom/nodes/aliceVision/PanoramaCompositing.py index 14cd8deaa0..0d907bca4a 100644 --- a/meshroom/nodes/aliceVision/PanoramaCompositing.py +++ b/meshroom/nodes/aliceVision/PanoramaCompositing.py @@ -79,6 +79,20 @@ class PanoramaCompositing(desc.CommandLineNode): exclusive=True, uid=[0], ), + desc.ChoiceParam( + name='overlayType', + label='Overlay Type', + description='Overlay on top of panorama to analyze transitions:\n' + ' * none: no overlay\n' + ' * borders: display image borders\n' + ' * seams: display transitions between images\n' + ' * all: display borders and seams\n', + value='none', + values=['none', 'borders', 'seams', 'all'], + exclusive=True, + advanced=True, + uid=[0] + ), desc.ChoiceParam( name='verboseLevel', label='Verbose Level',