-
Notifications
You must be signed in to change notification settings - Fork 36
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: Expose loaders enabled state to settings #361
Maya: Expose loaders enabled state to settings #361
Conversation
…ps://github.com/BigRoy/ayon-core into enhancement/maya_loaders_enabled_state_settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked with maya, looks good for me.
Just wondering if we need to implement the related settings in other hosts in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder what is the usecase to be able to enable/disable loaders? |
Many loaders may apply to the same representations - but in certain project you may not want the V-Ray loaders or the Multiverse USD loaders because you're either not using that plug-in or do not want to load it like that in the project. The reasoning behind disabling them is that otherwise the loader list can grow very large in numbers. In Maya on our end it can easily reach up to 5+ loaders for a single product, maybe even around 10 - of which many also apply to multiple representations (e.g. Without disabling it may happen that right clicking a product shows a bloated list of say 20+ entries of which you only need maybe a few exposed in the project. |
we need to simplify the UI for artists as much as we can to eliminate space for human errors. It would be great to have a possibility to enable/disable loaders based on context. (Ex. modellers in Maya may need to see different set of loaders than animators on the same project) |
I personally don't like that too much since suddenly when you're in modeling you can't access the same features. If it would re-order based on your current context it could be nice, but could also turn out very cruel to your muscle memory. Anyway, there's something to "filtering it" to your current context - definitely if there are great numbers. I just haven't found a UX for that which I really liked. I want a power user to still be able to access all the things from anywhere - however you want the average joe to click the correct thing 99% of the time as well. |
If I can add something to UX and loaders....what bothers me more is multiplication of many actions....they could be just single entry with Option box to choose which particular one user wants??? Or even split the menu for I also do agree that limiting |
@LiborBatek I think that is a good idea to discuss. Have made an issue for it. |
Changelog Description
Allow to enable/disable Maya loaders based on studio and project settings.
Additional info
Testing notes: