[nodes] Meshing: use only one depth map folder

This commit is contained in:
Enguerrand DE SMET 2020-06-17 11:26:28 +02:00
parent fe1bd53993
commit eb39a614fb

View file

@ -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],
),