Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Vital <mugulmotion@gmail.com>2022-09-21 15:57:20 +0300
committerFabien Castan <fabcastan@gmail.com>2022-10-19 11:50:09 +0300
commit22226d5cdb3adec73d94a180b2dd7d5c7dc81bfa (patch)
tree081fe40edece1a7a0bb66925a407741276b3775d
parentb4f0b5377e760a362be9719055a9ddb187682598 (diff)
applied visualization workflow to PrepareDenseScene
-rw-r--r--meshroom/nodes/aliceVision/PrepareDenseScene.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/meshroom/nodes/aliceVision/PrepareDenseScene.py b/meshroom/nodes/aliceVision/PrepareDenseScene.py
index 31d0ecf1..5d475e51 100644
--- a/meshroom/nodes/aliceVision/PrepareDenseScene.py
+++ b/meshroom/nodes/aliceVision/PrepareDenseScene.py
@@ -100,10 +100,11 @@ This node export undistorted images so the depth map and texturing can be comput
uid=[],
),
desc.File(
- name='outputUndistorted',
+ name='undistorted',
label='Undistorted Images',
description='List of undistorted images.',
- value=desc.Node.internalFolder + '*.{outputFileTypeValue}',
+ semantic='image',
+ value=desc.Node.internalFolder + '<VIEW_ID>.{outputFileTypeValue}',
uid=[],
group='',
advanced=True