mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-12 15:52:07 +02:00
[nodes] Meshing: use only one depth map folder
This commit is contained in:
parent
fe1bd53993
commit
eb39a614fb
1 changed files with 1 additions and 8 deletions
|
@ -20,14 +20,7 @@ class Meshing(desc.CommandLineNode):
|
||||||
desc.File(
|
desc.File(
|
||||||
name="depthMapsFolder",
|
name="depthMapsFolder",
|
||||||
label='Depth Maps Folder',
|
label='Depth Maps Folder',
|
||||||
description='Input depth maps folder',
|
description='Input depth maps folder.',
|
||||||
value='',
|
|
||||||
uid=[0],
|
|
||||||
),
|
|
||||||
desc.File(
|
|
||||||
name="depthMapsFilterFolder",
|
|
||||||
label='Filtered Depth Maps Folder',
|
|
||||||
description='Input filtered depth maps folder',
|
|
||||||
value='',
|
value='',
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue