[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36558] branches/bmesh/blender: removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter.

Campbell Barton ideasman42 at gmail.com
Mon May 9 07:18:38 CEST 2011


Revision: 36558
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36558
Author:   campbellbarton
Date:     2011-05-09 05:18:38 +0000 (Mon, 09 May 2011)
Log Message:
-----------
removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter.

Modified Paths:
--------------
    branches/bmesh/blender/intern/guardedalloc/intern/mallocn.c
    branches/bmesh/blender/release/scripts/startup/bl_ui/space_info.py

Modified: branches/bmesh/blender/intern/guardedalloc/intern/mallocn.c
===================================================================
--- branches/bmesh/blender/intern/guardedalloc/intern/mallocn.c	2011-05-09 05:09:07 UTC (rev 36557)
+++ branches/bmesh/blender/intern/guardedalloc/intern/mallocn.c	2011-05-09 05:18:38 UTC (rev 36558)
@@ -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.

Modified: branches/bmesh/blender/release/scripts/startup/bl_ui/space_info.py
===================================================================
--- branches/bmesh/blender/release/scripts/startup/bl_ui/space_info.py	2011-05-09 05:09:07 UTC (rev 36557)
+++ branches/bmesh/blender/release/scripts/startup/bl_ui/space_info.py	2011-05-09 05:18:38 UTC (rev 36558)
@@ -167,7 +167,9 @@
         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"
 




More information about the Bf-blender-cvs mailing list