How to store plugin config data

I have just successfully followed your guide to storing plugin data in Rhino documents.
I have however some global plugin data that applies to the plugin itself and not to a document. Think of the user changing the defaults settings for a command or something.

I am wondering if Rhino provides a mechanism to store plugin configuration data?

I can rig something custom but wondered if I’ve missed the official Rhino way of doing this?

If you’re using RhinoCommon to develop your plug-in you can use

Here is an example of how I use it in RhinoCycles (Raytraced)

1 Like

Thanks Nathan, that’s really helpful! I’d missed that