From 9ce4b5e4ce714f4fe7e2f235a2c27f92079a664e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Wed, 10 Oct 2018 14:43:08 +0200 Subject: [PATCH] [nodes] `Mashing` add `imagesFolder` option for meshing without depth maps --- meshroom/nodes/aliceVision/Meshing.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/Meshing.py b/meshroom/nodes/aliceVision/Meshing.py index 412d02e1..554e6e27 100644 --- a/meshroom/nodes/aliceVision/Meshing.py +++ b/meshroom/nodes/aliceVision/Meshing.py @@ -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',