[nodes] DepthMap: Update SGM depth map path pattern

This commit is contained in:
Grégoire De Lillo 2023-04-14 17:18:38 +02:00 committed by Candice Bentéjac
parent 1e4672510e
commit 556c6bb937

View file

@ -636,7 +636,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
label='Depth Maps SGM',
description='Debug: Depth maps SGM',
semantic='image',
value=desc.Node.internalFolder + '<VIEW_ID>_depthMap_scale2_sgm.exr',
value=desc.Node.internalFolder + '<VIEW_ID>_depthMap_sgm.exr',
uid=[],
group='', # do not export on the command line
enabled=lambda node: node.intermediateResults.exportIntermediateDepthSimMaps.value,