Blender Git Commit Log
Git Commits -> Revision 727e557
Revision 727e557 by Antonis Ryakiotakis (soc-2013-paint) September 25, 2013, 20:58 (GMT) |
Modify fill tool to be adaptive. It uses a fill threshold to spread from the mouse position outwards to colors similar to the initial one. I'm not entirely sure about the threshold algorithm, but it is a solid base that can be improved upon. Only byte images working for now, float images coming next. |
Commit Details:
Full Hash: 727e557c953313fcce3ef568850f67bf714dc71a
SVN Revision: 60372
Parent Commit: 16accd6
Lines Changed: +143, -23
6 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+124, -16) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+124, -16) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -1) (Diff)