Blender Git Loki
Git Commits -> Revision bc79f38
Revision bc79f38 by Antonis Ryakiotakis (soc-2013-paint) August 5, 2013, 12:44 (GMT) |
Changes to the fill/gradient tools: Fill is now a paint tool, this is done to get correct cursor drawing for gradient fill. It also allows to unify the gradient and fill tools to one and use the appropriate depending on whether gradient is checked or not. Gradient fill and strokes are still inactive in this commmit, but I added another goodie, drag'n'drop of colors in the image editor main window while paint mode is active will do bucket filling. |
Commit Details:
Full Hash: bc79f38c4ad90e902bf971aa3506ac2a9a7b3983
SVN Revision: 58928
Parent Commit: e176547
Lines Changed: +105, -139
11 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+4, -15) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -14) (Diff)
/source/blender/editors/include/UI_interface.h (+5, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+0, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+59, -97) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+0, -1) (Diff)
/source/blender/editors/space_image/space_image.c (+29, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -14) (Diff)
/source/blender/editors/include/UI_interface.h (+5, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+0, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+59, -97) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+0, -1) (Diff)
/source/blender/editors/space_image/space_image.c (+29, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)