From acfa9e0417878a728667b0ae246a0a3fc121f01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Mon, 4 Jul 2022 18:59:42 +0200 Subject: [PATCH] [nodes] depthMap: depth list per tile is now enabled by default --- meshroom/nodes/aliceVision/DepthMap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index b0a9c932..6dd5a394 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, ),