Blender Git Loki
Git Commits -> Revision 3db65bf
Revision 3db65bf by Antonis Ryakiotakis (soc-2013-paint) June 18, 2013, 16:13 (GMT) |
Secondary color support in the paint editors, and associated operators: * X key swaps secondary and primary colour * Ctrl-lclick painting uses the secondary colour * Shift-S samples colour for the secondary colour This can obviously be used for background/foreground palettes it will obviously be used for gradient effects later on. |
Commit Details:
Full Hash: 3db65bf6d08bfa1aa4dc32b91a318133c8af152f
SVN Revision: 57552
Parent Commit: 9090c67
Lines Changed: +93, -18
11 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+40, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+9, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+11, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+11, -4) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+40, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+9, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+11, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+11, -4) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -1) (Diff)