mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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',
|
label='Export Normal Maps',
|
||||||
description='Export intermediate normal maps from the SGM and Refine steps.',
|
description='Export intermediate normal maps from the SGM and Refine steps.',
|
||||||
value=False,
|
value=False,
|
||||||
uid=[],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
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',
|
label='Export Cut Volumes',
|
||||||
description='Export intermediate similarity topographic cut volumes from the SGM and Refine steps.',
|
description='Export intermediate similarity topographic cut volumes from the SGM and Refine steps.',
|
||||||
value=False,
|
value=False,
|
||||||
uid=[],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue