[Bf-committers] Re: CVS commit: blender/source/blender/blenkernel/intern brush.c blender/source/blender/include BDR_imagepaint.h blendef.h butspace.h blender/source/blender/makesdna DNA_brush_types.h DNA_scene_types.h blender/source/blender/src buttons_editing.c drawimage.c ...

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Jul 28 23:33:49 CEST 2006


Hey,

GSR wrote:
> Hi,
> brechtvanlommel at pandora.be (2006-07-28 at 0256.35 +0200):
>>   - Airbrush now works more like it does in the Gimp now, by maintaining the
>>     spacing even if the brush moves faster than the painting rate.
> 
> Please notice that Gimp has a bug, it does not lower the intensity if
> you move really fast, so do not take it as perfect airbrush, give it a
> bit of thought too.

I certainly don't think the behavior is perfect now. I've been trying to let
the spacing be defined based on speed, but this turns out not to be an
easy fix. The problem is that the time the mouse movement was
recorded is not available, and checking for the current time right after
the mouse event is very inaccurate. The Gimp bug is there for exactly
the same reason:

http://bugzilla.gnome.org/show_bug.cgi?id=143216

There's probably a way to retrieve that info in GHOST for each OS. I'll
see what I can do to fix this, because the same problem will be there
with pressure sensitivity.

Brecht.


More information about the Bf-committers mailing list