diff --git a/meshroom/nodes/aliceVision/ConvertSfMFormat.py b/meshroom/nodes/aliceVision/ConvertSfMFormat.py index b4cc4c7e..4d009da2 100644 --- a/meshroom/nodes/aliceVision/ConvertSfMFormat.py +++ b/meshroom/nodes/aliceVision/ConvertSfMFormat.py @@ -5,7 +5,8 @@ from meshroom.core import desc class ConvertSfMFormat(desc.CommandLineNode): commandLine = 'aliceVision_convertSfMFormat {allParams}' - + size = desc.DynamicNodeSize('input') + inputs = [ desc.File( name='input', @@ -34,6 +35,18 @@ class ConvertSfMFormat(desc.CommandLineNode): uid=[0], joinChar=',', ), + desc.ListAttribute( + elementDesc=desc.File( + name="imageId", + label="Image id", + description="", + value="", + uid=[0], + ), + name="imageWhiteList", + label="Image White List", + description='image white list (uids or image paths).', + ), desc.BoolParam( name='views', label='Views',