[Bf-blender-cvs] [48e0af52e63] master: GPencil: Fix typo error

Antonio Vazquez noreply at git.blender.org
Fri Mar 13 13:09:00 CET 2020


Commit: 48e0af52e63b71394a244f689d127142b1b8bde5
Author: Antonio Vazquez
Date:   Fri Mar 13 13:08:45 2020 +0100
Branches: master
https://developer.blender.org/rB48e0af52e63b71394a244f689d127142b1b8bde5

GPencil: Fix typo error

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_shaderfx.py b/release/scripts/startup/bl_ui/properties_data_shaderfx.py
index 48a851e8bef..8c9ea749d0a 100644
--- a/release/scripts/startup/bl_ui/properties_data_shaderfx.py
+++ b/release/scripts/startup/bl_ui/properties_data_shaderfx.py
@@ -56,7 +56,7 @@ class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
 
     def FX_BLUR(self, layout, fx):
 
-        layout.prop(fx, "use_dof_mode", text="Use as Depth Of Field")
+        layout.prop(fx, "use_dof_mode", text="Use Depth of Field")
         layout.separator()
 
         col = layout.column()



More information about the Bf-blender-cvs mailing list