Go to file
Brecht Van Lommel 6601a89650 Fix T58549, T56741: HSV color picker issues with Filmic view transform.
In 2d655d3 the color picker was changed to use display space HSV values.
This works ok for a simple sRGB EOTF, but fails with view transforms like
Filmic where display space V 1.0 maps to RGB 16.292.

Instead we now use the color_picking role from the OCIO config when
converting from RGB to HSV in the color picker. This role is set to sRGB
in the default OCIO config.

This color space fits the following requirements:

* It is approximately perceptually linear, so that the HSV numbers and
  the HSV cube/circle have an intuitive distribution.
* It has the same gamut as the scene linear color space.
* Color picking values 0..1 map to scene linear values in the 0..1 range,
  so that picked albedo values are energy conserving.
2018-12-13 19:25:45 +01:00
build_files Merge remote-tracking branch 'origin/master' into blender2.8 2018-12-13 07:01:00 -07:00
doc Docs: rename group -> collection 2018-11-30 09:10:40 +11:00
extern Merge branch 'master' into blender2.8 2018-12-04 16:35:16 +01:00
intern Merge branch 'master' into blender2.8 2018-12-13 14:32:32 +01:00
release Fix T58549, T56741: HSV color picker issues with Filmic view transform. 2018-12-13 19:25:45 +01:00
source Fix T58549, T56741: HSV color picker issues with Filmic view transform. 2018-12-13 19:25:45 +01:00
tests BLI: New Edgehash and EdgeSet implementation 2018-12-13 11:21:31 +01:00
.arcconfig Arc: Use proper lacding branch 2018-04-24 12:26:37 +02:00
.editorconfig editorconfig: correct C/C++ using space 2018-06-19 07:48:12 +02:00
.gitignore Revert "Gitignore: Ignore diffs in all subdirs" 2018-07-31 13:03:48 -04:00
.gitmodules Point addons contrib to 2.8 branch 2018-10-23 09:41:12 +02:00
CMakeLists.txt Merge branch 'master' into blender2.8 2018-12-04 16:35:16 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix "make update" on macOS/Linux not updating addons to the blender2.8 branch. 2018-10-30 14:43:09 +01:00
make.bat Cleanup: trailing space cmake, make.bat 2018-06-17 20:18:09 +02:00