Commit: afd3a55e3e6b5facf348c62595257d1f7cdcce7d
Author: Joshua Leung
Date:   Thu Sep 8 01:42:16 2016 +1200
Branches: master
https://developer.blender.org/rBafd3a55e3e6b5facf348c62595257d1f7cdcce7d

GPencil UI: Ensure "Move to Color" can be found from the colors panel dropdwon 
too

===================================================================

M       release/scripts/startup/bl_ui/properties_grease_pencil_common.py

===================================================================

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 b1e9f52..4299cf6 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:

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to