[node] PanoramaWarping: add visualization for mask and weight maps

This commit is contained in:
Loïc Vital 2022-09-29 09:22:19 +02:00 committed by Fabien Castan
parent a94be6c6a0
commit 38b1caf647

View file

@ -99,11 +99,29 @@ Compute the image warping for each input image in the panorama coordinate system
),
desc.File(
name='warping',
label='Image Warping',
label='Warping',
description='',
group='', # do not export on the command line
semantic='image',
value=desc.Node.internalFolder+'<VIEW_ID>.exr',
uid=[]
),
desc.File(
name='mask',
label='Mask',
description='',
group='', # do not export on the command line
semantic='image',
value=desc.Node.internalFolder+'<VIEW_ID>_mask.exr',
uid=[]
),
desc.File(
name='weight',
label='Weight',
description='',
group='', # do not export on the command line
semantic='image',
value=desc.Node.internalFolder+'<VIEW_ID>_weight.exr',
uid=[]
),
]