Skip to content

Commit 711a0ee

Browse files
kofa73TurboGit
authored andcommitted
Reverted auto-gamma to FALSE for the scene-referred default settings
Was rejected by most users (clipping in shadows and also on technical grounds): https://discuss.pixls.us/t/blender-agx-in-darktable-proof-of-concept/48697/2010 https://discuss.pixls.us/t/blender-agx-in-darktable-proof-of-concept/48697/2011
1 parent ac9934a commit 711a0ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/iop/agx.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,8 +2538,6 @@ void _set_scene_referred_default_params(dt_iop_agx_params_t *p)
25382538
{
25392539
_set_blenderlike_params(p);
25402540

2541-
p->auto_gamma = TRUE;
2542-
25432541
p->curve_contrast_around_pivot = 2.8f;
25442542
p->curve_toe_power = 1.55f;
25452543
p->curve_shoulder_power = 1.55f;

0 commit comments

Comments
 (0)