Added a temporary (but fairly complete) wavefront 
obj exporter.  There's no importer as yet, however.
This commit is contained in:
Joseph Eagar
2011-05-02 00:58:33 +00:00
parent 733a97f88e
commit e64fba68a0
5 changed files with 326 additions and 5 deletions

View File

@@ -164,6 +164,8 @@ class INFO_MT_file_export(bpy.types.Menu):
bl_label = "Export"
def draw(self, context):
self.layout.operator("export_mesh.wavefront", text="Wavefront (.obj)")
if hasattr(bpy.types, "WM_OT_collada_export"):
self.layout.operator("wm.collada_export", text="COLLADA (.dae)")