[nodes] SphereDetection: Fix label and description for the output folder

The `SphereDetection` node does not output any information related to
lighting, it only outputs a folder that will contain the information of
the spheres detected in the input images.
This commit is contained in:
Candice Bentéjac 2023-06-05 12:38:01 +02:00
parent 45ae444ced
commit d459701e06

View file

@ -84,8 +84,8 @@ Spheres can be automatically detected or manually defined in the interface.
outputs = [
desc.File(
name='output',
label='Light File Folder',
description='Light information will be written here.',
label='Output Folder',
description='Sphere detection information will be written here.',
value=desc.Node.internalFolder,
uid=[]
)