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>2015-11-19 08:08:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-19 14:13:35 +0300
commitb8c40d47e0348a057e7fa7c49f49077f86a51d43 (patch)
treedafc38e1e3a1afb6cf6fbb61bc97bf46d5591ad8 /source/blender/python/bmesh
parenteeed28fefc4b8fa31b542f03afd88da93a4ff230 (diff)
Cleanup: remove unused bmesh iterator
Diffstat (limited to 'source/blender/python/bmesh')
-rw-r--r--source/blender/python/bmesh/bmesh_py_types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_types.c b/source/blender/python/bmesh/bmesh_py_types.c
index bf773d3d9c3..fc25a79f77a 100644
--- a/source/blender/python/bmesh/bmesh_py_types.c
+++ b/source/blender/python/bmesh/bmesh_py_types.c
@@ -2789,7 +2789,7 @@ static PyTypeObject *bpy_bm_itype_as_pytype(const char itype)
case BM_FACES_OF_VERT:
return &BPy_BMFace_Type;
- case BM_ALL_LOOPS_OF_FACE:
+ // case BM_ALL_LOOPS_OF_FACE:
case BM_LOOPS_OF_FACE:
case BM_LOOPS_OF_EDGE:
case BM_LOOPS_OF_VERT: