Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2016-08-27 15:09:16 +0300
committerJoshua Leung <aligorith@gmail.com>2016-08-27 15:09:16 +0300
commit0a8344e843633815c833aef64e4edf28d24fbf72 (patch)
tree84321df4381ca07e469c9a8c0a3949246e0c1b5c /release
parent7bc9353957f495750445492dee8137321693de4e (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py4
1 files changed, 4 insertions, 0 deletions
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