mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
Merge pull request #2243 from alicevision/dev/ps_sh
[Photometric Stereo] MultiView fusion in Texturing
This commit is contained in:
commit
4502e98a4c
8 changed files with 74 additions and 36 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