Blender Git Commit Log
Git Commits -> Revision 98beda1
Revision 98beda1 by Brecht Van Lommel (master) May 15, 2013, 11:16 (GMT) |
Fix part of #35372: distorted strokes when painting zoomed out with a small brush size. Interpolated mouse coordinates should not get rounded to integers. |
Commit Details:
Full Hash: 98beda156c5e5c05c340abc929c585b8556e99fc
SVN Revision: 56816
Parent Commit: e1cb4aa
Lines Changed: +14, -22
6 Modified Paths:
/source/blender/editors/include/UI_view2d.h (+1, -1) (Diff)
/source/blender/editors/interface/view2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+4, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+4, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -3) (Diff)
/source/blender/editors/interface/view2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+4, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+4, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -3) (Diff)