[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45799] trunk/blender/source/blender/ python/bmesh/bmesh_py_types.c: bmesh py api: remove bmesh.loops. index_update(), it wasn't working, as joe noticed.

Campbell Barton ideasman42 at gmail.com
Fri Apr 20 01:23:29 CEST 2012


Revision: 45799
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45799
Author:   campbellbarton
Date:     2012-04-19 23:23:29 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
bmesh py api: remove bmesh.loops.index_update(), it wasn't working, as joe noticed.

Modified Paths:
--------------
    trunk/blender/source/blender/python/bmesh/bmesh_py_types.c

Modified: trunk/blender/source/blender/python/bmesh/bmesh_py_types.c
===================================================================
--- trunk/blender/source/blender/python/bmesh/bmesh_py_types.c	2012-04-19 23:16:57 UTC (rev 45798)
+++ trunk/blender/source/blender/python/bmesh/bmesh_py_types.c	2012-04-19 23:23:29 UTC (rev 45799)
@@ -2201,7 +2201,7 @@
 
 static struct PyMethodDef bpy_bmloopseq_methods[] = {
     /* odd function, initializes index values */
-    {"index_update", (PyCFunction)bpy_bmelemseq_index_update, METH_NOARGS, bpy_bmelemseq_index_update_doc},
+    /* no: index_update() function since we cant iterate over loops */
     {NULL, NULL, 0, NULL}
 };
 




More information about the Bf-blender-cvs mailing list