[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

@ -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=[],
),
]