-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action Icons #53
Comments
It looks like This means we could leave out the coloring of the action icon, and just display it. |
Actually this doesn't work out very well. When an plugin is failed and the checkbox is red, running an action that fails as well results in nothing happening in the UI, leaving the user thinking that nothing has happened at all. |
I don't see any direct interaction between the model and the controller. Should I not update the model in the controller? |
Actually I think I have something that works, and it emulating the plugin processing. |
Implemented with #55 |
…g_fix hotfix/families collecting fix
Goal
To mirror the behavior from
pyblish-qml
.Motivation
Easier to discover and find plugins that have actions associated with them.
Implementation
The behavior should be the exact same as in
pyblish-qml
; pyblish/pyblish-qml#166The text was updated successfully, but these errors were encountered: