diff --git a/meshroom/nodes/aliceVision/LdrToHdrSampling.py b/meshroom/nodes/aliceVision/LdrToHdrSampling.py index 4e9387e3..14179e44 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',