mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 06:27:35 +02:00
[nodes] DepthMap: Update SGM depth map path pattern
This commit is contained in:
parent
1e4672510e
commit
556c6bb937
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue