[nodes] LdrToHdrSampling: add debug option

This commit is contained in:
Fabien Castan 2020-07-18 13:08:21 +02:00
parent 165ba412e4
commit 9adb99a768

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