Blender Git Loki
Git Commits -> Revision bf6f23f
September 18, 2009, 03:11 (GMT) |
* Added notifiers/redraws for brush edits in 3d view and image editor (so using radial control updates tool properties) * Changed the non-projection paint code to use the brush falloff curve, rather than a predefined falloff. This makes non-projection painting in the 3d view, and image editor painting much more consistent with other brush usage. |
Commit Details:
Full Hash: bf6f23ff5f8af6ae28b5efa113b5b628ad2edb6b
SVN Revision: 23324
Parent Commit: a393a9c
Lines Changed: +35, -10
6 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+5, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+8, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+10, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+4, -1) (Diff)
/source/blender/editors/space_image/space_image.c (+4, -1) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+8, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+10, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+4, -1) (Diff)
/source/blender/editors/space_image/space_image.c (+4, -1) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+4, -0) (Diff)