After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143216 - Airbrush does not take into account speed
Airbrush does not take into account speed
Status: RESOLVED OBSOLETE
Product: GIMP
Classification: Other
Component: Tools
unspecified
Other other
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
: 438325 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-05-26 15:59 UTC by gsr.bugs
Modified: 2008-08-09 04:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gsr.bugs 2004-05-26 15:59:49 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.
Comment 1 Sven Neumann 2004-05-27 16:13:09 UTC
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.
Comment 2 Sven Neumann 2007-05-22 06:38:50 UTC
*** Bug 438325 has been marked as a duplicate of this bug. ***
Comment 3 Alexia Death 2008-08-08 19:10:18 UTC
I think this should be closed now. airbrush does fade with velocity in SVN.