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:
@@ -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 ** */
|
||||
|
||||
Reference in New Issue
Block a user