I tried the patched version by Halcyoen first, and it’s working fine (Linux) … have even been able to just add HSV adjustment, lol, which is amazing for me; thanks to the helpful notes in this thread.
Ran Tools > Scripter, as directed above … KanvasBuddy - a Minimalist Toolbar - #77 by malle_yeno … added the text then pressed the Play button. Then copy/pasted the full output into a text document, and searched for HSV, noting the text in front of the comma, ready to include it into the code.
Went to Krita Scripting School … Krita Scripting School … clicked on an appropriate icon, and copied the ID at the right of the page to include into the code. Named it hsvAdjust, and used hsvAdjust in the config.ini also.
If anyone wants to add the HSV adjust too, in the actions sections of both the config.ini and properties.json …
properties.json (copy/paste a section, then replace relevant parts, or the double-quotes will throw an error … they may anyway, so need checking if errors)
},
“hsvAdjust”: {
“id”: “krita_filter_hsvadjustment”,
“icon”: “addcolor”
config.ini
hsvAdjust=1
The icon unfortunately isn’t showing, but I notice it’s an svg, and there’s an issue I did a bug report for yesterday that involves svg issues with gradient maps bundle importing successfully but the maps not showing. Tested changing dark theme to light, but it’s the same. Will add to bug report.
Adding actions is otherwise working fine.