Fix #23839: missing V shortcut for rip tool, now the rip & move operator

is in the menu instead of rip which is not as useful by itself. Location
of the problem pointed out by Sergej Reich, thanks!
This commit is contained in:
Brecht Van Lommel 2010-09-16 20:16:20 +00:00
parent e7a393d2e1
commit a0e1e9d1e1

@ -1493,7 +1493,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu):
layout.operator_context = 'INVOKE_REGION_WIN'
layout.operator("mesh.merge")
layout.operator("mesh.rip")
layout.operator("mesh.rip_move")
layout.operator("mesh.split")
layout.operator("mesh.separate")