-
Notifications
You must be signed in to change notification settings - Fork 9
Home
hannes edited this page Feb 15, 2023
·
31 revisions
Imagine consistency across your whole pipeline. Controlling the workflow of a whole team from a single file.
UniMenu let's you create menus for all your apps from the same config.
Great for creating menu configs that are shared between applications. e.g. a VFX or game pipeline. The modularity of UniMenu let's you load different menus for teams & projects.
graph LR;
Studio-Config-->UserMenu;
Team-Config-->UserMenu;
Project-Config-->UserMenu;
Developed as a pure Python module to avoid any compiling, and just plug & play!
To learn more about implementing, checkout the features overview
Applications
Dev Docs
Other