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:
authorGrégoire De Lillo <gregoire-dl@users.noreply.github.com>2022-07-04 19:59:42 +0300
committerGrégoire De Lillo <gregoire-dl@users.noreply.github.com>2022-10-26 17:18:51 +0300
commitf64943c42e8a091400c40513bc6322b8d6baeaf9 (patch)
tree0cca955ec1a82dc21ca153bfc1e65fee75e56beb
parentb92431898d95e2488e2ec8e31742d11c48bb53fc (diff)
[nodes] depthMap: depth list per tile is now enabled by default
-rw-r--r--meshroom/nodes/aliceVision/DepthMap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py
index bbffecfa..00a8d8f7 100644
--- a/meshroom/nodes/aliceVision/DepthMap.py
+++ b/meshroom/nodes/aliceVision/DepthMap.py
@@ -239,7 +239,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
name='sgmChooseDepthListPerTile',
label='Choose Depth List Per Tile',
description='SChoose depth list per tile.',
- value=False,
+ value=True,
uid=[0],
advanced=True,
),