[nodes] Mashing add imagesFolder option for meshing without depth maps

This commit is contained in:
Grégoire De Lillo 2018-10-10 14:43:08 +02:00
parent d95cdb0faf
commit 9ce4b5e4ce

View file

@ -24,6 +24,13 @@ class Meshing(desc.CommandLineNode):
value='',
uid=[0],
),
desc.File(
name='imagesFolder',
label='Images Folder',
description='Use images from a specific folder. Filename should be the image uid.',
value='',
uid=[0],
),
desc.File(
name="depthMapFolder",
label='Depth Maps Folder',