mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 11:51:58 +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(
|
||||
name="depthMapsFolder",
|
||||
label='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',
|
||||
description='Input depth maps folder.',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue