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

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

@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
* All rights reserved.

@ -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"