Summary: | Crash in Filter Brush + Predefined Brush | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/fa2dbe98ea701b4963edc4c697bec40565b2bbf2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dmitry Kazakov
2013-08-05 18:51:08 UTC
This is quite recent regression, btw. Weird backtrace -- the first bit looks like it's the autosave bug, then it looks like a bug in kispainter. Git commit fa2dbe98ea701b4963edc4c697bec40565b2bbf2 by Dmitry Kazakov. Committed on 26/08/2013 at 19:27. Pushed by dkazakov into branch 'master'. Fixed a subpixel precision calculation of mask sizes Now the size of the mask is calculated depending on the fractional offset. This is the second version of a commit 2c30521 which was reverted due to the problems with the autobrush. Now the auto brush calculates the center of the dab correctly using the hotspot information which gives the most stable and correct results. M +2 -2 krita/plugins/paintops/defaultpaintops/duplicate/kis_duplicateop.cpp M +2 -2 krita/plugins/paintops/filterop/kis_filterop.cpp M +8 -6 krita/plugins/paintops/libbrush/kis_auto_brush.cpp M +9 -7 krita/plugins/paintops/libbrush/kis_brush.cpp M +2 -2 krita/plugins/paintops/libbrush/kis_brush.h M +4 -4 krita/plugins/paintops/libbrush/kis_brushes_pipe.h M +4 -4 krita/plugins/paintops/libbrush/kis_imagepipe_brush.cpp M +2 -2 krita/plugins/paintops/libbrush/kis_imagepipe_brush.h M +6 -6 krita/plugins/paintops/libbrush/kis_text_brush.cpp M +2 -2 krita/plugins/paintops/libbrush/kis_text_brush.h M +18 -18 krita/plugins/paintops/libbrush/tests/kis_auto_brush_test.cpp M +6 -4 krita/plugins/paintops/libbrush/tests/kis_imagepipe_brush_test.cpp M +3 -3 krita/plugins/paintops/libpaintop/kis_dab_cache.cpp http://commits.kde.org/calligra/fa2dbe98ea701b4963edc4c697bec40565b2bbf2 |