mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +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],
|
||||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue