**System Information**
Operating system and graphics card
**Blender Version**
Broken: 2.74.7 000dfc0
Worked: 2.67
**Short description of error**
bmesh.ops.shortest_path(bm, vert_start, vert_end, type) has gone in 2.74
I need this operator because the little difference to bpy.ops.mesh.shortest_path_select() that you can precicey define vert_start and vert_end. While with bpy.ops.mesh.shortest_path_select() you can not clearly define start and end.
**Exact steps for others to reproduce the error**
in version 2.67 the bmesh operator bmesh.ops.shortest_path(bm, vert_start, vert_end, type) was available:
https://www.blender.org/api/blender_python_api_2_67_release/bmesh.ops.html#bmesh.ops.shortest_path
But in Version 2.74 it disappeared:
https://www.blender.org/api/blender_python_api_2_74_release/bmesh.ops.html