[nodes] Change output for sphere detection

This commit is contained in:
jmelou 2024-06-05 15:27:49 +02:00
parent 09c8ec6e39
commit def2376045

View file

@ -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=[]
)
]