Blender Git Commit Log
Git Commits -> Revision 2919519
Revision 2919519 by Campbell Barton (master) March 18, 2015, 05:10 (GMT) |
RNA: palette colors api Methods so Python can manage colors. palette.colors.new()/remove()/clear()/active |
Commit Details:
Full Hash: 29195197147a882849859ea963cae42484dfeaba
Parent Commit: a975a3c
Lines Changed: +127, -12
5 Modified Paths:
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+27, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+7, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_palette.c (+90, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+27, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+7, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_palette.c (+90, -2) (Diff)