Fix T41971: BMesh mapping slot arg error

This commit is contained in:
Campbell Barton 2014-10-01 22:36:09 +10:00
parent 5f948fb77f
commit 497d06d64d
Notes: blender-bot 2023-02-14 10:18:56 +01:00
Referenced by issue #41971, Python call bmesh.ops.weld_verts allways raise an error
1 changed files with 1 additions and 1 deletions

View File

@ -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 */