=bmesh=
Added a temporary (but fairly complete) wavefront obj exporter. There's no importer as yet, however.
This commit is contained in:
@@ -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)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user