mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 06:48:47 +02:00
[nodes] Change output for sphere detection
This commit is contained in:
parent
09c8ec6e39
commit
def2376045
1 changed files with 4 additions and 4 deletions
|
@ -91,9 +91,9 @@ Spheres can be automatically detected or manually defined in the interface.
|
|||
outputs = [
|
||||
desc.File(
|
||||
name="output",
|
||||
label="Output Folder",
|
||||
label="Output Path",
|
||||
description="Sphere detection information will be written here.",
|
||||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
value=desc.Node.internalFolder + "/detection.json",
|
||||
uid=[]
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue