[Bf-blender-cvs] [b172209b4b9] blender2.8: GP: Remove brush type from panel

Antonioya noreply at git.blender.org
Wed Sep 12 15:18:31 CEST 2018


Commit: b172209b4b9acfe70fc095eb5cdad4574b3fbc84
Author: Antonioya
Date:   Wed Sep 12 15:10:05 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBb172209b4b9acfe70fc095eb5cdad4574b3fbc84

GP: Remove brush type from panel

The brush type is get from previous 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 7fa342233b0..66003e44d0d 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -295,8 +295,6 @@ class GreasePencilAppearancePanel:
             brush = context.active_gpencil_brush
             gp_settings = brush.gpencil_settings
 
-            layout.prop(gp_settings, "gpencil_brush_type", text="Brush Type")
-
             sub = layout.column(align=True)
             sub.enabled = not brush.use_custom_icon
             sub.prop(gp_settings, "gp_icon", text="Icon")



More information about the Bf-blender-cvs mailing list