mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
[nodes] DepthMap: Fix UIDs of intermediate export attributes
This commit is contained in:
parent
8294235d39
commit
3d68e5eafa
1 changed files with 2 additions and 2 deletions
|
@ -529,7 +529,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
label='Export Normal Maps',
|
||||
description='Export intermediate normal maps from the SGM and Refine steps.',
|
||||
value=False,
|
||||
uid=[],
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
|
@ -553,7 +553,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
label='Export Cut Volumes',
|
||||
description='Export intermediate similarity topographic cut volumes from the SGM and Refine steps.',
|
||||
value=False,
|
||||
uid=[],
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue