How to save a user's (plugin-related) preferences?

by shmuelzon » Fri Jul 19, 2024 3:14 pm

Hey,

I was wondering if there was some mechanism with which I can persistently save a few settings the user can modify within my plugin. I've seen the UserPreferences class but it has setters/getters only for the specific options SH3D supports.

Is there some generic tags, key-value-pairs or anything that a plugin can set that will be saved as a part of the SH3D project file?

Thanks in advance!