Skip to content

v1.5.0

Compare
Choose a tag to compare
@wojtryb wojtryb released this 24 Feb 18:24
· 29 commits to main since this release
20a1d82

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
    Screenshot_20240224_190146
  • 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