[nodes] Harmonize the use of trailing commas across all the nodes

This commit is contained in:
Candice Bentéjac 2024-02-08 17:18:07 +01:00
parent 0f6ad22d11
commit 61a8dcd4e2
57 changed files with 682 additions and 416 deletions

View file

@ -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