[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10870] branches/bmesh/source/blender/ python/api2_2x/Blender.c: forgot to add changes to Blender module ( so you can import Blender.BMesh)

Campbell Barton cbarton at metavr.com
Mon Jun 4 07:27:07 CEST 2007


Revision: 10870
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=10870
Author:   campbellbarton
Date:     2007-06-04 07:27:06 +0200 (Mon, 04 Jun 2007)

Log Message:
-----------
forgot to add changes to Blender module (so you can import Blender.BMesh)

Modified Paths:
--------------
    branches/bmesh/source/blender/python/api2_2x/Blender.c

Modified: branches/bmesh/source/blender/python/api2_2x/Blender.c
===================================================================
--- branches/bmesh/source/blender/python/api2_2x/Blender.c	2007-06-04 00:35:19 UTC (rev 10869)
+++ branches/bmesh/source/blender/python/api2_2x/Blender.c	2007-06-04 05:27:06 UTC (rev 10870)
@@ -84,6 +84,7 @@
 #include "NMesh.h"
 #include "Object.h"
 #include "Group.h"
+#include "BMesh.h"
 #include "Registry.h"
 #include "Scene.h"
 #include "Sound.h"
@@ -973,6 +974,7 @@
 	PyDict_SetItemString(dict, "Noise", Noise_Init());
 	PyDict_SetItemString(dict, "Object", Object_Init());
 	PyDict_SetItemString(dict, "Group", Group_Init());
+	PyDict_SetItemString(dict, "BMesh", BMesh_Init());
 	PyDict_SetItemString(dict, "Registry", Registry_Init());
 	PyDict_SetItemString(dict, "Scene", Scene_Init());
 	PyDict_SetItemString(dict, "Sound", Sound_Init());





More information about the Bf-blender-cvs mailing list