Maniphest T81686

UI: Confusing Add menu in Pose Mode
Closed, ResolvedBUG

Assigned To
Hans Goudey (HooglyBoogly)
Authored By
RedMser (RedMser)
Oct 13 2020, 8:11 PM
Tags
  • BF Blender
  • User Interface
Subscribers
Hans Goudey (HooglyBoogly)
RedMser (RedMser)

Description

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.55

Blender Version
Broken: version: 2.91.0 Alpha, branch: master, commit date: 2020-10-09 21:39, hash: rB7ab8d7c939e8

Short description of error
Create an armature, enter Pose Mode and press Shift+A to open the add menu.

It looks like someone tried disabling all items, but half of them are actually still selectable:

I propose to disable the add menu in Pose Mode, matching all other modes behavior (besides Edit Mode, of course).

Revisions and Commits

rB Blender
Closed

Event Timeline

RedMser (RedMser) created this task.Oct 13 2020, 8:11 PM
RedMser (RedMser) added a project: User Interface.
Hans Goudey (HooglyBoogly) changed the task status from Needs Triage to Confirmed.Oct 13 2020, 8:49 PM
Hans Goudey (HooglyBoogly) claimed this task.
Hans Goudey (HooglyBoogly) changed the subtype of this task from "Report" to "Bug".
Hans Goudey (HooglyBoogly) added a subscriber: Hans Goudey (HooglyBoogly).

Thanks for the report. I can't be 100% sure that there isn't supposed to be another add menu for pose mode, but having this add menu assigned to shift A seems quite wrong.

RedMser (RedMser) added a comment.Oct 13 2020, 9:04 PM

Wow, thanks for the quick response and fix!

In T81686#1033470, @Hans Goudey (HooglyBoogly) wrote:

I can't be 100% sure that there isn't supposed to be another add menu for pose mode

In the Python API, you can add new bones via bpy.data.objects["Armature"].data.edit_bones.new(), but there exists no such function for bpy.data.objects["Armature"].pose.bones.
So I assume you can't really make it add bones there - not sure if anything else would make sense.

But since Sculpt Mode has Shift+A bound to a mask operation, I assume that shortcut could be used for other things in Pose Mode then!

Campbell Barton (campbellbarton) closed this task as Resolved by committing rBcb40edf63ae4: Fix T81686: Confusing add menu in pose mode.Oct 14 2020, 6:42 AM
Campbell Barton (campbellbarton) added a commit: rBcb40edf63ae4: Fix T81686: Confusing add menu in pose mode.