We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa12bf commit cf24a66Copy full SHA for cf24a66
meshroom/ui/qml/Viewer/Viewer2D.qml
@@ -714,7 +714,7 @@ FocusScope {
714
json = null
715
if (activeNode.attribute("autoDetect").value) {
716
// auto detection enabled
717
- var jsonPath = activeNode.attribute("output").value + "/detection.json"
+ var jsonPath = activeNode.attribute("output").value
718
Request.get(Filepath.stringToUrl(jsonPath), function(xhr) {
719
if (xhr.readyState === XMLHttpRequest.DONE) {
720
try {
0 commit comments