[nodes] MVS: export data per node folder

This commit is contained in:
Fabien Castan 2017-12-11 20:35:35 +01:00
parent a82fdb5b88
commit c26bb5be7a
4 changed files with 43 additions and 0 deletions

View file

@ -40,6 +40,20 @@ class Meshing(desc.CommandLineNode):
exclusive=True,
uid=[0],
),
desc.File(
name="depthMapFolder",
label='Depth Maps Folder',
description='Input depth maps folder',
value='',
uid=[0],
),
desc.File(
name="depthMapFilterFolder",
label='Filtered Depth Maps Folder',
description='Input filtered depth maps folder',
value='',
uid=[0],
),
]
outputs = [