mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 14:07:47 +02:00
[Nodes] HDR: Add "auto" option for calibration method and working color space in sampling, calibration and merging nodes.
This commit is contained in:
parent
2bea35d00d
commit
cbef8f6670
3 changed files with 12 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue