[Bf-blender-cvs] [6d8e36b7235] blender2.8: Fix inconsistent shade smooth naming in object and edit mode.

Brecht Van Lommel noreply at git.blender.org
Tue Jul 17 16:52:28 CEST 2018


Commit: 6d8e36b72355fd8642beca9c400388e9e2906f21
Author: Brecht Van Lommel
Date:   Tue Jul 17 12:33:47 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB6d8e36b72355fd8642beca9c400388e9e2906f21

Fix inconsistent shade smooth naming in object and edit mode.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 77198168dcf..2c1ee3c5338 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -1548,8 +1548,8 @@ class VIEW3D_MT_object(Menu):
 
         layout.separator()
 
-        layout.operator("object.shade_smooth", text="Smooth Shading")
-        layout.operator("object.shade_flat", text="Flat Shading")
+        layout.operator("object.shade_smooth")
+        layout.operator("object.shade_flat")
 
         layout.separator()



More information about the Bf-blender-cvs mailing list