Update ImageProcessing node parameters adding the keep filename option and the replacing the color space name ACES with ACES2065-1.

This commit is contained in:
demoulinv 2022-10-10 15:54:40 +02:00 committed by Fabien Castan
parent 8310051aa7
commit 9065adea01

View file

@ -87,6 +87,13 @@ Convert or apply filtering to the input images.
value=False,
uid=[0],
),
desc.BoolParam(
name='keepImageFilename',
label='Keep Image Name',
description='Keep original image name instead of view name',
value=False,
uid=[0],
),
desc.BoolParam(
name='fixNonFinite',
label='Fix Non-Finite',