Merge pull request #990 from alicevision/dev/ldrToHdrSamplingDebug

[nodes] LdrToHdrSampling: add debug option
This commit is contained in:
Fabien Castan 2020-07-21 12:09:00 +02:00 committed by GitHub
commit f7b6b27a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',