[Bf-blender-cvs] [9b60e79b654] greasepencil-object: Add fill operator to special menu

Antonio Vazquez noreply at git.blender.org
Sat Dec 30 12:53:07 CET 2017


Commit: 9b60e79b65461405408bdfb846c64d37cca47143
Author: Antonio Vazquez
Date:   Sat Dec 30 12:03:25 2017 +0100
Branches: greasepencil-object
https://developer.blender.org/rB9b60e79b65461405408bdfb846c64d37cca47143

Add fill operator to special menu

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

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 54ca8df1dc4..7b64f97501a 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -999,6 +999,8 @@ class GPENCIL_MT_gpencil_draw_specials(Menu):
         layout.separator()
         layout.operator("gpencil.active_frames_delete_all", text="Delete Frame")
 
+        layout.separator()
+        layout.operator("gpencil.fill", icon='BRUSH_DATA', text="Fill")
 
 class GPENCIL_MT_gpencil_vertex_group(Menu):
     bl_label = "GP Vertex Groups"



More information about the Bf-blender-cvs mailing list