[Bf-blender-cvs] [9256f8d3063] greasepencil-object: UI: Remove Apply Layer thickness

Antonio Vazquez noreply at git.blender.org
Wed Jun 6 18:03:10 CEST 2018


Commit: 9256f8d30639ad0c26c22ffbcaa4593d792618b0
Author: Antonio Vazquez
Date:   Wed Jun 6 17:47:16 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB9256f8d30639ad0c26c22ffbcaa4593d792618b0

UI: Remove Apply Layer thickness

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index e070df91072..28f6963b123 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -97,9 +97,8 @@ class DATA_PT_gpencil_layer_optionpanel(LayerDataButtonsPanel, Panel):
         col.prop(gpl, "tint_factor", slider=True)
 
         # Offsets - Thickness
-        row = layout.row(align=True)
-        row.prop(gpl, "line_change", text="Thickness")
-        row.operator("gpencil.stroke_apply_thickness", icon='STYLUS_PRESSURE', text="")
+        col = layout.row(align=True)
+        col.prop(gpl, "line_change", text="Thickness")
 
         layout.prop(gpl, "use_stroke_location", text="Draw On Stroke Location")



More information about the Bf-blender-cvs mailing list