Remove New from new obj exporter menu.
This commit is contained in:
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user