Fix T81686: Confusing add menu in pose mode

This commit is contained in:
Hans Goudey
2020-10-14 15:39:01 +11:00
committed by Campbell Barton
parent c7cd74fac3
commit cb40edf63a

View File

@@ -3892,7 +3892,6 @@ def km_pose(params):
items.extend([
("object.parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True}, None),
op_menu("VIEW3D_MT_add", {"type": 'A', "value": 'PRESS', "shift": True}),
("pose.hide", {"type": 'H', "value": 'PRESS'},
{"properties": [("unselected", False)]}),
("pose.hide", {"type": 'H', "value": 'PRESS', "shift": True},