mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +02:00
[ui] SphereDetection: output is now directly the filepath
This commit is contained in:
parent
cfa12bf2f1
commit
cf24a66f3d
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ FocusScope {
|
|||
json = null
|
||||
if (activeNode.attribute("autoDetect").value) {
|
||||
// auto detection enabled
|
||||
var jsonPath = activeNode.attribute("output").value + "/detection.json"
|
||||
var jsonPath = activeNode.attribute("output").value
|
||||
Request.get(Filepath.stringToUrl(jsonPath), function(xhr) {
|
||||
if (xhr.readyState === XMLHttpRequest.DONE) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue