Blender Git Commit Log

Git Commits -> Revision 1369e9d

October 4, 2017, 11:52 (GMT)
Palette Slots - Add operators to Add/Remove Palette Slots

* Add will create a new (empty) slot by default

* Remove will shown an error if the slot is currently still used by
any strokes. Perhaps in future, it should remap the strokes instead?

* Added icon for Palette Slots (it uses the same icon as Palettes now)

Commit Details:

Full Hash: 1369e9d298aa5d2b137516dfcf65525ac48178f1
Parent Commit: 5dbb81a
Lines Changed: +124, -2

8 Modified Paths:

/release/scripts/startup/bl_ui/properties_material_gpencil.py (+2, -2) (Diff)
/source/blender/blenkernel/BKE_gpencil.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+31, -0) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+82, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021