Summary: | Python setHDR Exposure and Gamma don't work | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | keyth_qcfx2 <keyth2363214> |
Component: | Scripting | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 4.4.3 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/3ba765652091945f50cca1d026e66cad37ee23cb | Version Fixed In: | |
Sentry Crash Report: |
Description
keyth_qcfx2
2021-05-14 05:26:23 UTC
Git commit b7380bcedd29bbc9b203cac8ef737ccc144127ee by Halla Rempt. Committed on 14/05/2021 at 09:27. Pushed by rempt into branch 'rempt/437071-exposure_gamma'. Try to keep the lut docker updated when setting exposure/gamma from a script M +14 -0 libs/libkis/View.cpp M +4 -0 libs/ui/canvas/kis_display_filter.h M +2 -0 libs/ui/kis_canvas_resource_provider.cpp M +3 -0 libs/ui/kis_canvas_resource_provider.h M +9 -0 plugins/dockers/lut/lutdocker_dock.cpp M +13 -12 plugins/dockers/lut/ocio_display_filter.h https://invent.kde.org/graphics/krita/commit/b7380bcedd29bbc9b203cac8ef737ccc144127ee wow that was so fast. Thank you Halla. I will keep the code for those commands for the plugin I am trying to make at the moment. I was pondering if I should use it or not or make a update of it later. Thank you again. Git commit 3ba765652091945f50cca1d026e66cad37ee23cb by Dmitry Kazakov. Committed on 18/05/2021 at 05:42. Pushed by dkazakov into branch 'rempt/437071-exposure_gamma'. Fix Gamma/Exposure updates when set via Python scripting Just use the same interface that keyboard actions use M +9 -4 libs/libkis/View.cpp https://invent.kde.org/graphics/krita/commit/3ba765652091945f50cca1d026e66cad37ee23cb |