[Bf-blender-cvs] [99645fcb0cf] greasepencil-object: UI: Remove fill operator

Antonio Vazquez noreply at git.blender.org
Wed Jan 3 17:46:54 CET 2018


Commit: 99645fcb0cf2e90148e1c50b39d372a1af64fd94
Author: Antonio Vazquez
Date:   Wed Jan 3 16:45:21 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB99645fcb0cf2e90148e1c50b39d372a1af64fd94

UI: Remove fill operator

Now it's a brush

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

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 2f8202593ac..64106336a9d 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -379,9 +379,6 @@ class GreasePencilBrushPanel:
             row = layout.row(align=False)
             row.prop(context.tool_settings, "use_gpencil_draw_onback", text="Draw on Back")
 
-        row = layout.row()
-        row.operator("gpencil.fill", icon='BRUSH_DATA', text="Fill")
-
 
 class GreasePencilBrushOptionsPanel:
     # subclass must set
@@ -994,9 +991,6 @@ class GPENCIL_MT_gpencil_draw_specials(Menu):
 
         layout.operator_context = 'INVOKE_REGION_WIN'
 
-        layout.operator("gpencil.fill", icon='BRUSH_DATA', text="Fill")
-
-        layout.separator()
         layout.operator("gpencil.frame_duplicate", text="Duplicate Active Frame")
         layout.operator("gpencil.frame_duplicate", text="Duplicate Active Frame All Layers").mode = 'ALL'
         layout.separator()



More information about the Bf-blender-cvs mailing list