mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +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
|
@ -52,7 +52,7 @@ If images have known poses, use frustum intersection else use VocabularuTree.
|
|||
),
|
||||
name="featuresFolders",
|
||||
label="Features Folders",
|
||||
description="Folder(s) containing the extracted features and descriptors."
|
||||
description="Folder(s) containing the extracted features and descriptors.",
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="method",
|
||||
|
@ -138,7 +138,7 @@ If images have known poses, use frustum intersection else use VocabularuTree.
|
|||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue