mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
[nodes] Harmonize the use of trailing commas across all the nodes
This commit is contained in:
parent
0f6ad22d11
commit
61a8dcd4e2
57 changed files with 682 additions and 416 deletions
|
@ -80,7 +80,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
),
|
||||
name="featuresFolders",
|
||||
label="Features Folders",
|
||||
description="Folder(s) containing the extracted features and descriptors."
|
||||
description="Folder(s) containing the extracted features and descriptors.",
|
||||
),
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.File(
|
||||
|
@ -92,7 +92,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
),
|
||||
name="matchesFolders",
|
||||
label="Matches Folders",
|
||||
description="Folder(s) in which the computed matches are stored."
|
||||
description="Folder(s) in which the computed matches are stored.",
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="describerTypes",
|
||||
|
@ -180,7 +180,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
value=30,
|
||||
range=(0, 100, 1),
|
||||
uid=[0],
|
||||
advanced=True
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name="maxImagesPerGroup",
|
||||
|
@ -190,7 +190,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
value=30,
|
||||
range=(0, 100, 1),
|
||||
uid=[0],
|
||||
advanced=True
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name="bundleAdjustmentMaxOutliers",
|
||||
|
@ -200,7 +200,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
value=50,
|
||||
range=(-1, 1000, 1),
|
||||
uid=[0],
|
||||
advanced=True
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name="maxNumberOfMatches",
|
||||
|
@ -389,7 +389,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
description="Dump the current state of the scene as an SfMData file every 3 resections.",
|
||||
value=False,
|
||||
uid=[],
|
||||
advanced=True
|
||||
advanced=True,
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -399,7 +399,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue