Blender Git Commit Log
Git Commits -> Revision d3ee80c
Revision d3ee80c by Antonis Ryakiotakis (soc-2013-paint) July 30, 2013, 20:33 (GMT) |
Bucket fill for 2d painting. Warning, no undo supported yet. And changing the operator color on properties panel is problematic unfortunately since it the context is not set up correctly when changing tool options in 3d viewport toolbar. For now I have disabled it. This is quite a headache I must say :/ Also some minor code for gradients is included |
Commit Details:
Full Hash: d3ee80c0be4e831df78cea034e4778134a133245
SVN Revision: 58748
Parent Commit: 4ab9e5b
Lines Changed: +157, -0
6 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+11, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+11, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+75, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+55, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+11, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+75, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+55, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+2, -0) (Diff)