[Bf-blender-cvs] [ee7236859df] blender2.8: GP: Change fill option text

Antonioya noreply at git.blender.org
Thu Sep 13 18:37:12 CEST 2018


Commit: ee7236859dfed64b733bb90ced61609f31a5dd46
Author: Antonioya
Date:   Thu Sep 13 18:35:45 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBee7236859dfed64b733bb90ced61609f31a5dd46

GP: Change fill option text

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 9f60563dff7..0f774b1b21e 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1443,7 +1443,7 @@ class VIEW3D_PT_tools_grease_pencil_brush(View3DPanel, Panel):
 
                 col = layout.column(align=True)
                 col.enabled = gp_settings.gpencil_fill_draw_mode != 'STROKE'
-                col.prop(gp_settings, "gpencil_fill_hide", text="Hide Transparent Lines")
+                col.prop(gp_settings, "gpencil_fill_hide", text="Ignore Transparent Strokes")
                 sub = col.row(align=True)
                 sub.enabled = gp_settings.gpencil_fill_hide
                 sub.prop(gp_settings, "gpencil_fill_threshold", text="Threshold")



More information about the Bf-blender-cvs mailing list