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
|
@ -76,7 +76,7 @@ Sample pixels from Low range images for HDR creation.
|
|||
uid=[],
|
||||
group="user", # not used directly on the command line
|
||||
errorMessage="The set number of brackets is not a multiple of the number of input images.\n"
|
||||
"Errors will occur during the computation."
|
||||
"Errors will occur during the computation.",
|
||||
),
|
||||
desc.IntParam(
|
||||
name="nbBrackets",
|
||||
|
@ -87,7 +87,7 @@ Sample pixels from Low range images for HDR creation.
|
|||
value=0,
|
||||
range=(0, 15, 1),
|
||||
uid=[0],
|
||||
group="bracketsParams"
|
||||
group="bracketsParams",
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="byPass",
|
||||
|
@ -179,7 +179,7 @@ Sample pixels from Low range images for HDR creation.
|
|||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue