MacOS: Enable support for EDR rendering #105662

Merged
Brecht Van Lommel merged 26 commits from Jason-Fielder/blender:macos_EDR_support into main 2023-08-09 14:25:23 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 001bbcebcd - Show all commits

View File

@ -74,7 +74,6 @@
#include "BIF_glutil.h"
#include "GPU_capabilities.h"
#include "GPU_shader.h"
fclem marked this conversation as resolved Outdated

Uneeded change

Uneeded change
#include "RE_engine.h"

View File

@ -1279,7 +1279,7 @@ static void rna_def_colormanage(BlenderRNA *brna)
prop,
"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.");
"requires a monitor with HDR support and a view transform designed for HDR");
RNA_def_property_update(prop, NC_WINDOW, "rna_ColorManagedColorspaceSettings_reload_update");
/* ** Color-space ** */