mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
use semantic field in file attributes to specify images and store displayed node in 2D viewer to adapt UI
This commit is contained in:
parent
fc5ab540f5
commit
a574c0fc9b
9 changed files with 139 additions and 83 deletions
|
@ -338,12 +338,21 @@ Convert or apply filtering to the input images.
|
|||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
#desc.File(
|
||||
# name='outputImages',
|
||||
# label='Output Images',
|
||||
# description='Output Image Files.',
|
||||
# value= outputImagesValueFunct,
|
||||
# group='', # do not export on the command line
|
||||
# uid=[],
|
||||
#),
|
||||
desc.File(
|
||||
name='outputImages',
|
||||
label='Output Images',
|
||||
description='Output Image Files.',
|
||||
value= outputImagesValueFunct,
|
||||
group='', # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + '<VIEW_ID>.exr',
|
||||
group='', # do not export on the command line
|
||||
uid=[]
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue