[nodes] ImageProcessing: remove useless comment

This commit is contained in:
Fabien Castan 2020-07-18 13:53:43 +02:00
parent 6888322adc
commit bf278e4eb0

View file

@ -301,9 +301,8 @@ Convert or apply filtering to the input images.
name='outputImages',
label='Output Images',
description='Output Image Files.',
# value=lambda attr: desc.Node.internalFolder + os.path.splitext(attr.node.input.value)[0] + (('.' + attr.node.extension.value) if attr.node.extension.value else os.path.splitext(attr.node.input.value)[1]) if (os.path.splitext(attr.node.input.value)[1] not in ['', '.abc', '.sfm']) else (desc.Node.internalFolder + '*.' + (attr.node.extension.value or '*')),
value= outputImagesValueFunct,
group='', # do not export on the command line
uid=[],
),
]
]