[Bf-blender-cvs] [467c16eab1e] master: Remove New from new obj exporter menu.

Howard Trickey noreply at git.blender.org
Fri Feb 11 01:32:54 CET 2022


Commit: 467c16eab1ecb4fa516f691c21bee9d32a5d1890
Author: Howard Trickey
Date:   Thu Feb 10 19:32:30 2022 -0500
Branches: master
https://developer.blender.org/rB467c16eab1ecb4fa516f691c21bee9d32a5d1890

Remove New from new obj exporter menu.

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

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 a096eff6a1f..493cad6d2db 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -465,7 +465,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