Blender Git Commit Log
Git Commits -> Revision e41c685
Revision e41c685 by Antonis Ryakiotakis (soc-2013-paint) August 5, 2013, 15:51 (GMT) |
Gradient fill functional in 2d paint. To use select the fill tool and tick use gradient. Then drag on the canvas to define the gradient line. |
Commit Details:
Full Hash: e41c68580a61142bfffc5f5bcd9c11ffc6133f34
SVN Revision: 58935
Parent Commit: 734e661
Lines Changed: +95, -9
6 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+2, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+13, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+76, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+13, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+76, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)