removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter.

This commit is contained in:
2011-05-09 05:18:38 +00:00
parent b93594bf30
commit a70e49163a
2 changed files with 3 additions and 1 deletions

View File

@@ -167,6 +167,8 @@ class INFO_MT_file_export(bpy.types.Menu):
if hasattr(bpy.types, "WM_OT_collada_export"):
self.layout.operator("wm.collada_export", text="COLLADA (.dae)")
self.layout.operator("export_mesh.wavefront", text="Wavefront (.obj), BMesh")
class INFO_MT_file_external_data(bpy.types.Menu):
bl_label = "External Data"