[Bf-blender-cvs] [497d06d] master: Fix T41971: BMesh mapping slot arg error

Campbell Barton noreply at git.blender.org
Wed Oct 1 14:37:02 CEST 2014


Commit: 497d06d64d3009e61fb6e25dd0d5ecfde279f9cc
Author: Campbell Barton
Date:   Wed Oct 1 22:36:09 2014 +1000
Branches: master
https://developer.blender.org/rB497d06d64d3009e61fb6e25dd0d5ecfde279f9cc

Fix T41971: BMesh mapping slot arg error

===================================================================

M	source/blender/python/bmesh/bmesh_py_ops_call.c

===================================================================

diff --git a/source/blender/python/bmesh/bmesh_py_ops_call.c b/source/blender/python/bmesh/bmesh_py_ops_call.c
index 9c9b691..2c07df9 100644
--- a/source/blender/python/bmesh/bmesh_py_ops_call.c
+++ b/source/blender/python/bmesh/bmesh_py_ops_call.c
@@ -507,7 +507,7 @@ static int bpy_slot_from_py(BMesh *bm, BMOperator *bmop, BMOpSlot *slot, PyObjec
 					return -1;
 				}
 			}
-			/* fall-through */
+			break;
 		}
 		default:
 			/* TODO --- many others */




More information about the Bf-blender-cvs mailing list