[Bf-python] Preferred way to persist settings?

Domino Marama domino at dominodesigns.info
Wed Aug 31 10:16:16 CEST 2016


On 31/08/16 06:23, Ted Schundler wrote:
> Is there a preferred way to persist settings in Blender?
>
> I see the Blender ID add-on stores current credentials in a json file. 
> But they may have other concerns about users leaking their credentials 
> in shared preferences blend files.
Not checked how that addon does it, but my first choice for user 
specific config is to get a path to store it with:

config_path = bpy.utils.user_resource('CONFIG', 'plugin_name')



More information about the Bf-python mailing list