From 9adb99a768aa92f92af6c5e941bc2821b8f75e12 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Sat, 18 Jul 2020 13:08:21 +0200 Subject: [PATCH] [nodes] LdrToHdrSampling: add debug option --- meshroom/nodes/aliceVision/LdrToHdrSampling.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/LdrToHdrSampling.py b/meshroom/nodes/aliceVision/LdrToHdrSampling.py index 4e9387e3dd..14179e44ba 100644 --- a/meshroom/nodes/aliceVision/LdrToHdrSampling.py +++ b/meshroom/nodes/aliceVision/LdrToHdrSampling.py @@ -118,6 +118,13 @@ class LdrToHdrSampling(desc.CommandLineNode): uid=[0], advanced=True, ), + desc.BoolParam( + name='debug', + label='Export Debug Files', + description="Export debug files to analyze the sampling strategy.", + value=False, + uid=[], + ), desc.ChoiceParam( name='verboseLevel', label='Verbose Level',