mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[nodes] LdrToHdrSampling: add debug option
This commit is contained in:
parent
165ba412e4
commit
9adb99a768
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,13 @@ class LdrToHdrSampling(desc.CommandLineNode):
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='debug',
|
||||||
|
label='Export Debug Files',
|
||||||
|
description="Export debug files to analyze the sampling strategy.",
|
||||||
|
value=False,
|
||||||
|
uid=[],
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue