Bryan Fordney Posted August 29, 2020 Report Share Posted August 29, 2020 I would like to make some user preferences that affect my various scripts. Is there a recommendation of where to store user-specific preferences? And is there any built-in way to present these preferences as configurable in the UI somewhere, aside from making an action or widget? Thank you. Link to comment Share on other sites More sharing options...
Lorenzo Angeli Posted September 2, 2020 Report Share Posted September 2, 2020 Hi @Bryan Fordney if you are using actions and events (hence you are in python land), I'd suggest using the appdirs module. We use the same to store connect and other plugin credentials, here an example. Hope it helps. L. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now