v1.5.0
What's new in 1.5.0
This release adds new type of action: rotation selectors
. They allow to easily select angle-based properties in krita, finally making it possible to rotate current brush on the go.
This update requires krita 5.2.2 or higher.
rotation_selector.mp4
Added
- New action:
Rotate brush
which rotates the brushtip of the current preset - New action:
Rotate canvas
- Tooltips with additional info that appear when hovering over settings
- Running the plugin on krita version lower than required will turn off entire plugin and show appropriate warning window.
Modified
- Many classes were refactored to improve the plugin architecture and allow reusing GUI elements in other places of code and other plugins
- Migrated to Python 3.10