Fix #114491: Incorrect HDR tooltip

Mention that AgX also doesn't produce HDR information for the
HDR display feature on macOS.

Pull Request: https://projects.blender.org/blender/blender/pulls/114502
This commit is contained in:
Alaska
2023-11-07 07:45:36 +01:00
committed by Jeroen Bakker
parent abe925d0c6
commit d6cafda3bb

View File

@@ -1285,7 +1285,7 @@ static void rna_def_colormanage(BlenderRNA *brna)
"High Dynamic Range",
"Enable high dynamic range display in rendered viewport, uncapping display brightness. This "
"requires a monitor with HDR support and a view transform designed for HDR. "
"'Filmic' does not generate HDR colors");
"'Filmic' and 'AgX' do not generate HDR colors");
RNA_def_property_update(prop, NC_WINDOW, "rna_ColorManagedColorspaceSettings_reload_update");
/* ** Color-space ** */