Skip to content

Commit cf24a66

Browse files
fabiencastanjmelou
authored andcommitted
[ui] SphereDetection: output is now directly the filepath
1 parent cfa12bf commit cf24a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Viewer/Viewer2D.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ FocusScope {
714714
json = null
715715
if (activeNode.attribute("autoDetect").value) {
716716
// auto detection enabled
717-
var jsonPath = activeNode.attribute("output").value + "/detection.json"
717+
var jsonPath = activeNode.attribute("output").value
718718
Request.get(Filepath.stringToUrl(jsonPath), function(xhr) {
719719
if (xhr.readyState === XMLHttpRequest.DONE) {
720720
try {

0 commit comments

Comments
 (0)