mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 12:07:19 +02:00
[nodes][aliceVision] mark advanced parameters
This commit is contained in:
parent
8ada834447
commit
168b573e36
12 changed files with 79 additions and 8 deletions
|
@ -37,6 +37,7 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
values=['jpg', 'png', 'tif', 'exr'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
advanced=True
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='saveMetadata',
|
||||
|
@ -44,6 +45,7 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
description='Save projections and intrinsics information in images metadata (only for .exr images).',
|
||||
value=True,
|
||||
uid=[0],
|
||||
advanced=True
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='saveMatricesTxtFiles',
|
||||
|
@ -51,6 +53,7 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
description='Save projections and intrinsics information in text files.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
advanced=True
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue