mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +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
|
@ -16,7 +16,7 @@ TODO.
|
|||
label="Normal Maps Folder",
|
||||
description="Path to the folder containing the normal maps and the masks.",
|
||||
value="",
|
||||
uid=[0]
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name="sfmDataFile",
|
||||
|
@ -32,7 +32,7 @@ TODO.
|
|||
value=1,
|
||||
range=(1, 10, 1),
|
||||
advanced=True,
|
||||
uid=[0]
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name="verboseLevel",
|
||||
|
@ -42,7 +42,7 @@ TODO.
|
|||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
@ -51,6 +51,6 @@ TODO.
|
|||
label="Output Path",
|
||||
description="Path to the output folder.",
|
||||
value=desc.Node.internalFolder,
|
||||
uid=[]
|
||||
)
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue