Skip to content
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

Maya Tool - Solver UI - Add a Refresh button rather than using Callbacks #44

Closed
david-cattermole opened this issue Mar 3, 2019 · 1 comment
Assignees
Labels
bug maya tool A user tool inside Maya. user interface Related to a User Interface (Maya or Qt)
Milestone

Comments

@david-cattermole
Copy link
Owner

When adding attributes to the Solver UI window, there is a lag. The cause is Maya Callbacks. This is being addressed in #18, however until that is fixed and Callbacks become stable, we should make a "Refresh" button the user can press to update the UI.

The "Refresh" button and Callbacks are not needed together, but we should enable the option to use Callbacks, if the user wants to. The Callbacks will be turned off by default.
Therefore we should add a module configuration option to turn this feature on/off.

For testing and development, it is recommended to turn on Callbacks, so we find and refine bugs.

@david-cattermole david-cattermole added bug maya tool A user tool inside Maya. user interface Related to a User Interface (Maya or Qt) labels Mar 3, 2019
@david-cattermole david-cattermole added this to the v0.2.0 milestone Mar 3, 2019
@david-cattermole david-cattermole self-assigned this Mar 3, 2019
@david-cattermole
Copy link
Owner Author

Progress has been made on #18.
We probably don't need a "refresh" button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug maya tool A user tool inside Maya. user interface Related to a User Interface (Maya or Qt)
Projects
None yet
Development

No branches or pull requests

1 participant