mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 23:01:59 +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 = [
|
outputs = [
|
||||||
desc.File(
|
desc.File(
|
||||||
name='output',
|
name='output',
|
||||||
label='Light File Folder',
|
label='Output Folder',
|
||||||
description='Light information will be written here.',
|
description='Sphere detection information will be written here.',
|
||||||
value=desc.Node.internalFolder,
|
value=desc.Node.internalFolder,
|
||||||
uid=[]
|
uid=[]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue