[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

@ -34,7 +34,6 @@ This node allows to setup the Panorama:
description="Initialize cameras.",
value="No",
values=["No", "File", "Horizontal", "Horizontal+Zenith", "Zenith+Horizontal", "Spherical"],
exclusive=True,
),
desc.File(
name="config",
@ -124,7 +123,6 @@ This node allows to setup the Panorama:
description="Add a rotation to the input XML given poses (CCW).",
value="None",
values=["None", "rotate90", "rotate180", "rotate270"],
exclusive=True,
),
desc.BoolParam(
name="debugFisheyeCircleEstimation",
@ -140,7 +138,6 @@ This node allows to setup the Panorama:
description="Verbosity level (fatal, error, warning, info, debug, trace).",
values=VERBOSE_LEVEL,
value="info",
exclusive=True,
),
]