https://bugs.kde.org/show_bug.cgi?id=419207
Bug ID: 419207
Summary: Python Request - Access to Eraser and Krita Events
Product: krita
Version: 4.2.8
Platform: Other
OS: other
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: Scripting
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
I am making a color picker in Python and I came across some really hard
barriers.
I can't access any mouse/pen events outside the docker I created, being able to
have a event where I can access if there was a button press or release in Krita
would would not force me to check constantly any change of color inside Krita
so I could update my docker only after a possible change like after a event
mouse bbutton release for example. but the Best case scenario would be if I
could actually detect a color change.
Another issue I have is with the Eraser mode, each time I do a color update and
change the color on my docker the eraser turns off automatically. if there
would be access to read the state of the eraser, and to set the eraser mode ON
or OFF would allow me to not make it go funky constantly as a by product of
updating my docker.
Being able to do one of the two would make it viable.
ADDITIONAL INFORMATION
I know it is nothing much but if you guys are curious you can see my addon
here:
https://github.com/EyeOdin/Pigment.O
Thank you in Advance
--
You are receiving this mail because:
You are watching all bug changes.