Remove 'New' from new Obj exporter menu entry.

This commit is contained in:
Howard Trickey 2022-02-10 19:00:40 -05:00
parent f39698de77
commit 0263c8238b
Notes: blender-bot 2023-02-13 16:15:11 +01:00
Referenced by issue #95729, cycles normal shading issue with normalmaps and heightmaps
1 changed files with 1 additions and 1 deletions

View File

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