[nodes] DepthMap: Add exportIntermediateTopographicCutVolumes parameter

This commit is contained in:
Grégoire De Lillo 2023-02-13 15:50:17 +01:00 committed by Candice Bentéjac
parent 72d6ce72d1
commit a052c798d3

View file

@ -434,6 +434,14 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
uid=[0],
advanced=True,
),
desc.BoolParam(
name='exportIntermediateTopographicCutVolumes',
label='Export Cut Volumes',
description='Export intermediate similarity topographic cut volumes from the SGM and Refine steps.',
value=False,
uid=[],
advanced=True,
),
desc.BoolParam(
name='exportIntermediateVolume9pCsv',
label='Export 9 Points',