[nodes] DepthMap: Add exportIntermediateNormalMaps parameter

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

View file

@ -410,6 +410,14 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
uid=[0],
advanced=True,
),
desc.BoolParam(
name='exportIntermediateNormalMaps',
label='Export Normal Maps',
description='Export intermediate normal maps from the SGM and Refine steps.',
value=False,
uid=[],
advanced=True,
),
desc.BoolParam(
name='exportIntermediateVolumes',
label='Export Volumes',