From c86b5fa820d181c2beabdf4147ac17cb6ff8149b Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 30 Jul 2018 15:44:25 +0200 Subject: Viewport: use Filmic without scene exposure/gamma/curves for workbench. This ignores the scene color managment view settings for solid mode and lookdev when not using scene lights and world. The scene settings are intended for tweaking renders and should not affect studio lighting and matcaps. There may be cases where a simple sRGB transform is better than Filmic and we could add configuration for this. Not sure if it really matters and it may be better if we just assume matcaps and studiolights are all created for one view transform. Differential Revision: https://developer.blender.org/D3569 --- release/datafiles/colormanagement/config.ocio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/datafiles/colormanagement') diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio index ce79dfeb540..c8466ab99fc 100644 --- a/release/datafiles/colormanagement/config.ocio +++ b/release/datafiles/colormanagement/config.ocio @@ -70,7 +70,7 @@ displays: - ! {name: Default, colorspace: Raw} active_displays: [sRGB, DCIP3, Rec709, XYZ, None] -active_views: [Default, RRT, Raw, Log] +active_views: [Filmic, Default, RRT, Raw, Log] colorspaces: - ! -- cgit v1.2.3