This is a alternative solution then the one in D1741
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
hi, after discussion in irc it would be good to have the same behavior in the Armature menu also as it currently holds only 1 Item.
When users enable Rigify, the menu will appear just as it does now.
+1
Comment Actions
I see the point of the feature, but not a big fan of how it’s implemented here… Would rather avoid having those if... else... blocks everywhere in our UI py code, it’s verbose enough already.
Think this logic should be implemented inside the layout.menu itself.
Also, maybe @Campbell Barton (campbellbarton) wants to have a look at this?
Comment Actions
hi, for consistency with the current armature menu only the changes to space_view3d.py are needed.