Skip to content

GSoC: Transformation Tool for Krita

Monday, 21 June 2010  |  pegon

This is my first blog entry about my GSoC project for Krita.

Because i was busy doing a school project until June 11, i actually began working on the transformation tool last week.
The aim was to rewrite most parts of the old transformation tools, in order to continue the project on a solid base, and with my own code, to make the job easier. I also wanted to make the tool perform transformations in real time, not just when the user releases the mouse button.

What has been done :

  • The computation of the scale factors/rotation angle/translation vector from the mouse movement has been rewritten.
  • The tool now updates the canvas properly after each transformations, so there are no more artefacts visible.
  • I added a temporary workaround to move the selection, because the move method for KisPaintDevice is apparently deprecated.
  • The undo/redo commands have been fixed, using the new system written by dmitryK last week (though it isn't working completely, because of a reported bug in KisDoc2 + QUndoStack)

I spent a few days trying to perform the transformations in real time. I wanted to see if indirect painting could help me do that, but i couldn't even manage to move a selection without blitting a rectangles, so I decided i'd better go on with the project for now and give it another try later.

That's it for now ! I hope to be more productive this week, with real new features implemented.