mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +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
|
@ -97,4 +97,13 @@ Compute the image warping for each input image in the panorama coordinate system
|
|||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='warping',
|
||||
label='Image Warping',
|
||||
description='',
|
||||
group='', # do not export on the command line
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder+'<VIEW_ID>.exr',
|
||||
uid=[]
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue