Blender Git Commit Log
Git Commits -> Revision d8d7d51
Revision d8d7d51 by Antonis Ryakiotakis (soc-2013-paint) July 19, 2013, 12:11 (GMT) |
Palettes: Refining based on user feedback on blenderartists: * Palette colors can be set to active brush by L-clicking * Palette colors can be edited by ctrl-L-clicking (regular colours can be edited by simply L-clicking) * Palette colors can be deleted by hovering over them and pressing delete or X To make this work, an extra button property was added. Also I separated the color button handling code since it was becoming too much of its own. |
Commit Details:
Full Hash: d8d7d517b0077aa25e5621a30381ddb583832102
SVN Revision: 58402
Parent Commit: c34685b
Lines Changed: +117, -29
5 Modified Paths:
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+7, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+106, -28) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+7, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+106, -28) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)