Blender Git Loki
Git Commits -> Revision f193b1a
Revision f193b1a by Brecht Van Lommel (master) December 17, 2020, 19:08 (GMT) |
Color Management: use scene linear HSV for number buttons in color pickers Previously these HSV values were in the color picking space, which meant the relation to the scene linear RGB values was confusing. The new situation: * RGB number buttons: scene linear color space * HSV number buttons: scene linear color space * Picker widgets: color picking color space * Hex: sRGB color space Fixes T69562, T83853, Ref T68926 |
Commit Details:
Full Hash: f193b1afb313bcb937a396f09da2b9903a0d2fc3
Parent Commit: 48ddb94
Lines Changed: +42, -37