[nodes] Remove useless exclusive=True in descriptions

This commit is contained in:
Candice Bentéjac 2024-09-16 17:50:54 +02:00
parent 30c108b7bf
commit 002d316cc3
81 changed files with 0 additions and 210 deletions

View file

@ -101,7 +101,6 @@ Upload a textured mesh on Sketchfab.
"CC Attribution-NonCommercial",
"CC Attribution-NonCommercial-ShareAlike",
"CC Attribution-NonCommercial-NoDerivs"],
exclusive=True,
),
desc.ListAttribute(
elementDesc=desc.StringParam(
@ -139,7 +138,6 @@ Upload a textured mesh on Sketchfab.
"science-technology",
"sports-fitness",
"weapons-military"],
exclusive=True,
),
desc.BoolParam(
name="isPublished",
@ -171,7 +169,6 @@ Upload a textured mesh on Sketchfab.
description="Verbosity level (fatal, error, warning, info, debug, trace).",
values=VERBOSE_LEVEL,
value="info",
exclusive=True,
),
]