From 0a8344e843633815c833aef64e4edf28d24fbf72 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 28 Aug 2016 00:09:16 +1200 Subject: GPencil: Added entry for the "Select Strokes Using Active COlor" operator to the Colors panel dropdown It was already present in a few of the Pie Menus, but it was hard to find it, so I've included it here too for good measure. --- release/scripts/startup/bl_ui/properties_grease_pencil_common.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py index 90cf410036a..677c7b9960e 100644 --- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py +++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py @@ -749,6 +749,10 @@ class GPENCIL_MT_palettecolor_specials(Menu): layout.operator("gpencil.palettecolor_unlock_all", icon='UNLOCKED', text="UnLock All") layout.operator("gpencil.palettecolor_copy", icon='PASTEDOWN', text="Copy Color") + layout.separator() + + layout.operator("gpencil.palettecolor_select", icon='COLOR', text="Select Strokes") + class GreasePencilDataPanel: # subclass must set -- cgit v1.2.3