removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user