diff --git a/meshroom/nodes/aliceVision/SphereDetection.py b/meshroom/nodes/aliceVision/SphereDetection.py index 417127d6..9f11616c 100644 --- a/meshroom/nodes/aliceVision/SphereDetection.py +++ b/meshroom/nodes/aliceVision/SphereDetection.py @@ -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=[] )