mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 20:31:56 +02:00
[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:
parent
45ae444ced
commit
d459701e06
1 changed files with 2 additions and 2 deletions
|
@ -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=[]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue