Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-05-09 09:18:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 09:18:38 +0400
commita70e49163a6ac40e283280ced73f6e42fceba9af (patch)
tree3b150f2b0397173c44b0fbc54c425c4d85fc4509 /release
parentb93594bf3019ba3c412b7291f4a5cdfc9752dcf8 (diff)
removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_info.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py
index 1fb2e5b735e..a84527b5086 100644
--- a/release/scripts/startup/bl_ui/space_info.py
+++ b/release/scripts/startup/bl_ui/space_info.py
@@ -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"