Blender Git Loki
Git Commits -> Revision 1369e9d
Revision 1369e9d by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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)
/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)