Blender Git Commit Log
Git Commits -> Revision a735a23
Revision a735a23 by Campbell Barton (master) December 22, 2012, 08:19 (GMT) |
Weight gradient tool for weight paint mode - blends from current weight into alpha zero. - uses brush alpha & curve. - respects weight paint vertex/face select modes. - updates realtime. Access With - Alt+LMB (linear gradient) - Ctrl+Alt+LMB (radial gradient) note: - WM_gesture_straightline_* are used but not well suited to this task, may end up replacing with own modal operator. - Key handling works but needs to be done better. |
Commit Details:
Full Hash: a735a2370b1e85dc555550cd604cf0434567d7ac
SVN Revision: 53260
Parent Commit: 2abb727
Lines Changed: +264, -0
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+252, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+252, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)