remove "Select Linked" from the posemode select menu

The operator in its current state is based on mouse position and doesnt
make sense to be called from a menu.
(In fact it should be called 'select_linked_pick' internally and a
separate 'select_linked' should be implemented similar to how "Select
Linked" works for meshes, curves etc -- see D7542 for this)

Note: We had the same thing for particles recently:
rBdd9dfadaac9b: remove "Select Linked" from the particle select and
context menu
rB5ca7c85e105d: Particle editmode: add mouse independent "Select Linked"
operator

Fixes T76071

Maniphest Tasks: T76071

Differential Revision: https://developer.blender.org/D7543
This commit is contained in:
Philipp Oeser
2020-04-27 12:42:16 +02:00
parent b1037aa88f
commit 536055e1ee

View File

@@ -1469,7 +1469,6 @@ class VIEW3D_MT_select_pose(Menu):
layout.separator() layout.separator()
layout.operator("pose.select_constraint_target", text="Constraint Target") layout.operator("pose.select_constraint_target", text="Constraint Target")
layout.operator("pose.select_linked", text="Linked")
layout.separator() layout.separator()