[Nodes] HDR: Add "auto" option for calibration method and working color space in sampling, calibration and merging nodes.

This commit is contained in:
demoulinv 2023-08-29 08:55:36 +02:00
parent 2bea35d00d
commit cbef8f6670
3 changed files with 12 additions and 10 deletions

View file

@ -168,8 +168,8 @@ Merge LDR images into HDR images.
name="workingColorSpace",
label="Working Color Space",
description="Allows you to choose the color space in which the data are processed.",
value="sRGB",
values=["sRGB", "Linear", "ACES2065-1", "ACEScg", "no_conversion"],
value="AUTO",
values=["AUTO", "sRGB", "Linear", "ACES2065-1", "ACEScg", "no_conversion"],
exclusive=True,
uid=[0],
enabled= lambda node: node.byPass.enabled and not node.byPass.value,