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