-
Notifications
You must be signed in to change notification settings - Fork 9
Home
hannes edited this page Feb 14, 2023
·
31 revisions
UniMenu is a pure python module to add python commands to the menu. Great for creating menu configs that are shared between applications. E.g. in a VFX or game studio pipeline.
App | Icon | Separator | callback cmd ¹ | tooltip | teardown | native UI |
---|---|---|---|---|---|---|
Maya | ? | ✅ | ✅ | ❌ | ✅ | PySide2 & native menu |
Max | ? | ? | ? | TODO | ? | PySide2 & native menu |
Substance Painter | ? | ? | ? | ? | PySide2 | |
Krita | ❌ | ? | ? | ❌ | ? | PyQt5 |
Qt | ✅ | ✅ | ✅ | ✅ | ✅ | any Qt |
Marmoset | ? | ? | ? | ? | UIWindow | |
Blender | ✅ | ✅ | ? | ? | GHOST Menu Operator | |
Unreal | ? | ? | ? | ? | Slate ToolMenuEntry | |
¹ some apps only support string commands, some support passing functions & callbacks. | ||||||
¹²³⁴⁵⁶⁷⁸⁹⁰ |
checkbox, e.g. Krita options, e.g. maya shortcuts - Krita
Applications
Dev Docs
Other