GNOME Bugzilla – Bug 143216
Airbrush does not take into account speed
Last modified: 2008-08-09 04:02:18 UTC
Airbrush is based in time, it repeats the brush periodically. Of course, it also repeats it when moving. But if you move the cursor fast enough, you get the brush stamped at nominal intensity instead at reduced to take into account that the avaliable paint for a given interval should be distributed among multiple stampings.
Mitch added the basic infrastructure for this just recently. The paint tools now get the time of the event passed in GimpPaintCore::paint() and ::interpolate(). So it shouldn't be too hard to use this information in order to improve the airbrush.
*** Bug 438325 has been marked as a duplicate of this bug. ***
I think this should be closed now. airbrush does fade with velocity in SVN.