mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[nodes] DepthMap: Add exportIntermediateNormalMaps parameter
This commit is contained in:
parent
d0216491c5
commit
72d6ce72d1
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue