[Bf-blender-cvs] [0263c8238bd] blender-v3.1-release: Remove 'New' from new Obj exporter menu entry.

Howard Trickey noreply at git.blender.org
Fri Feb 11 01:08:45 CET 2022


Commit: 0263c8238bda6859032fe8d495d41f30bd9b4166
Author: Howard Trickey
Date:   Thu Feb 10 19:00:40 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rB0263c8238bda6859032fe8d495d41f30bd9b4166

Remove 'New' from new Obj exporter menu entry.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 99abc60db6f..513c1c2ae2e 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -481,7 +481,7 @@ class TOPBAR_MT_file_export(Menu):
     bl_owner_use_filter = False
 
     def draw(self, _context):
-        self.layout.operator("wm.obj_export", text="Wavefront OBJ (.obj) - New")
+        self.layout.operator("wm.obj_export", text="Wavefront OBJ (.obj)")
         if bpy.app.build_options.collada:
             self.layout.operator("wm.collada_export",
                                  text="Collada (Default) (.dae)")



More information about the Bf-blender-cvs mailing list