Remove New from new obj exporter menu.

This commit is contained in:
Howard Trickey 2022-02-10 19:32:30 -05:00
parent 355dc28f72
commit 467c16eab1
1 changed files with 1 additions and 1 deletions

View File

@ -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)")