[nodes] update desc for nodes in panoramaHDR pipeline to visualize their output

This commit is contained in:
Loïc Vital 2022-09-28 17:29:32 +02:00 committed by Fabien Castan
parent a36abd99a6
commit a94be6c6a0
4 changed files with 15 additions and 2 deletions

View file

@ -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=[]
),
]