mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[nodes] Remove useless exclusive=True
in descriptions
This commit is contained in:
parent
30c108b7bf
commit
002d316cc3
81 changed files with 0 additions and 210 deletions
|
@ -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,
|
||||
),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue