Problem: One big downside of popovers is that they are currently missing tooltips. Which is expected since they are kind of panels.
Solution: Popovers could define a bl_description tag (just like operators do).
Problem: One big downside of popovers is that they are currently missing tooltips. Which is expected since they are kind of panels.
Solution: Popovers could define a bl_description tag (just like operators do).
| rB Blender | |||
| rBe5836423127e UI: add UILayout.prop_popover_enum function | |||
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Confirmed | TO DO | None | T56950 UI Paper Cuts (Parent Task) | ||
| Resolved | DESIGN | None | T57738 Tooltips for Popover widgets |
I think this should be solved together with T57709: Add Ctrl-Wheel support to popovers, by making them into proper enum buttons, rather than adding more hacks.
+1 for using an enum which additional popover argument.
We have UILayout.prop_menu_enum. UILayout.prop_popover_enum could be a way of defining these buttons.