As @TheTwo mentioned, there is already an MR here to achieve this function. In fact, besides Clip Studio Paint, the smudging brushes in Easy Paint Tool SAI are also similar to the blur brush engine. The existing blur and smudging brushes in Krita use shaking to achieve a similar effect, which makes the smudging strokes look not smooth. Although it is subtle, it can be felt. Of course, this feeling of roughness can be alleviated by modifying the brush spacing. However, when I changed the brush spacing to 0.01, its strokes still have some roughness compared to using the blur engine, and there will be some lag at this time. Below is a comparison between using the blur engine and the smudging engine:
Actually, I have been using this MR for some time now, and I have improved the speed by replacing the original Gaussian blur with the regular blur in Krita.
According to the MR author, replacing Gaussian blur with box blur will make the speed faster. I don’t know if the regular blur in Krita is box blur, but it seems sufficient for me to use.
Another noteworthy point is that the developers believe the reason why this MR is slow is because they blurred the entire dab during testing, but in reality, this is not necessary. Here is a rendering of a straight line drawn using the blur engine in Clip Studio Paint, with a pen tip spacing of 150%:
It can be roughly seen that its blur radius is only 1/3 of the brush size. Since the Easy Paint Tool SAI seems unable to adjust the pen tip spacing, the blur width of a single dab cannot be clearly seen. The effect image after a single mouse click:
In recent experiments, it was found that the “color running” of CSP is basically Krita’s “smearing” (except that it will blend with the canvas color, even if color blending is not turned on)
For the “intensity of blur” option in “color running”, it will only blur the first dab. This is very different from the blurry MR on the right. Therefore, there is no significant performance consumption