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
Notes: blender-bot 2023-02-14 01:57:12 +01:00
Referenced by commit e07b245fe1, Armature posemode: add mouse independent "Select Linked" operator
Referenced by issue #76071, Pose: Select Linked does not work from menu
1 changed files with 0 additions and 1 deletions

View File

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