-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow Users to Disable the Auto-Adding Markers to the Active Collection #164
Comments
First ever post on github for me! Hello David, thanks for looking into that, adding markers to active collection would be a great option to add to the load marker tool instead of making #138 the default behavior. |
Hello Etienne, That's not a bad idea. I could add another drop-down box to the Load Markers UI which automatically adds the marker to the specified Collection. I think it's still a good idea to have a preference that users can set, but this Loader Markers UI would override that option and place the marker into the specific Collection that was requested by the user. What do you think? David |
Hello @RodeoPerchaude, I have added a User Preferences window, and an underlying user preferences library to control the behaviour of "Add New Markers To". You can find the tool in the The window is currently quite empty except for the one preference: This update will also temporarly disable "Add New Markers To" from running when using the Load Markers tool, even if the user preference has turned the option on. Users must manually apply the Markers to the collection of their choosing, until I can add a feature to the Load Markers UI to automate this. This will be released in v0.3.9, hopefully this weekend. David |
Thanks a lot @david-cattermole . I will definitely use this feature. |
We use maya.cmds.executeDeferred() to revert the config option after the callback has been run. maya.cmds.executeDeferred() is expected to work because it puts the command on the list of idle functions to be run, and ASSUME THE LIST IS ORDERED.
This will be released shortly in v0.3.9. Closing for now. |
Problem / Feature
Users want to be able to disable (or enable) the feature from #138, so that newly created Markers are not added to the active Collection.
The ability to enable/disable automatically adding Markers to Collections is not a feature of Collections, or the Solver UI.
Instead the feature is determined at the basis of mmSolver.
This calls for a kind of "Preference option" that the user may want to change.
Other preferences may also exist in mmSolver and these should be documented and be settable as well.
Software Versions
The text was updated successfully, but these errors were encountered: