mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 01:27:31 +02:00
[nodes] update desc for nodes in panoramaHDR pipeline to visualize their output
This commit is contained in:
parent
a36abd99a6
commit
a94be6c6a0
4 changed files with 15 additions and 2 deletions
|
@ -12,7 +12,7 @@ def outputImagesValueFunct(attr):
|
|||
|
||||
if inputExt in ['.abc', '.sfm']:
|
||||
# If we have an SfM in input
|
||||
return desc.Node.internalFolder + '*' + (outputExt or '.*')
|
||||
return desc.Node.internalFolder + '<VIEW_ID>' + (outputExt or '.*')
|
||||
|
||||
if inputExt:
|
||||
# if we have one or multiple files in input
|
||||
|
@ -342,6 +342,7 @@ Convert or apply filtering to the input images.
|
|||
name='outputImages',
|
||||
label='Output Images',
|
||||
description='Output Image Files.',
|
||||
semantic='image',
|
||||
value= outputImagesValueFunct,
|
||||
group='', # do not export on the command line
|
||||
uid=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue