From afd3a55e3e6b5facf348c62595257d1f7cdcce7d Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 8 Sep 2016 01:42:16 +1200 Subject: GPencil UI: Ensure "Move to Color" can be found from the colors panel dropdwon too --- release/scripts/startup/bl_ui/properties_grease_pencil_common.py | 1 + 1 file changed, 1 insertion(+) 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 b1e9f52b8a6..4299cf6035d 100644 --- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py +++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py @@ -772,6 +772,7 @@ class GPENCIL_MT_palettecolor_specials(Menu): layout.separator() layout.operator("gpencil.palettecolor_select", icon='COLOR', text="Select Strokes") + layout.operator("gpencil.stroke_change_color", icon='MAN_TRANS', text="Move to Color") class GreasePencilDataPanel: -- cgit v1.2.3