milasudril/texpainter

Improve image editor

milasudril opened this issue · 1 comments

Some improvements to image editor

  • Scroll wheel: Change brush size
  • LMB: paint with current collor
  • Shift + LMB: floodfill with current color
  • RMB: Paint with pure alpha (should use a larger brush)
  • Shift + RMB: floodfill with pure alpha
  • "Navigation" buttons: Switch palette
  • Shift + "Navigation" buttons: Switch image
  • Fx: Select brush
  • Outline for image size and center in ImageEditor viewport
  • Show brush size in ImageEditor viewport (requires that true brush size calculation is moved)

Completed as of 2f200a2