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
|
@ -61,7 +61,7 @@ Merge LDR images into HDR images.
|
|||
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",
|
||||
|
@ -72,7 +72,7 @@ Merge LDR images into HDR images.
|
|||
value=0,
|
||||
range=(0, 15, 1),
|
||||
uid=[0],
|
||||
group="bracketsParams"
|
||||
group="bracketsParams",
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="offsetRefBracketIndexEnabled",
|
||||
|
@ -242,7 +242,7 @@ Merge LDR images into HDR images.
|
|||
value="info",
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
@ -260,7 +260,7 @@ Merge LDR images into HDR images.
|
|||
description="Path to the output SfMData file.",
|
||||
value=desc.Node.internalFolder + "sfmData.sfm",
|
||||
uid=[],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue