HiddenFromUserInterface usage

I’m adding some settings to a Plugin I’ve created. I wondered if there was a way to get them in the default Rhino UI and stumbled upon the HiddenFromUserInterface property of PersistentSettings, it says if false it will appear in the EditOptions window, which it does, but it also does if true. Is it supposed to appear somewhere else as well?

– cs

@JohnM - is this something you can help with?

HiddenFromUserInterface is a property used to keep settings from appearing in the Options/AdvancedSettings page. If it is false (the default value) then it will appear in the Advanced page, setting it to true should keep it from showing up in the Advanced page.

Ahh I see, so it would be hidden from there, but still appear in the EditOptions Window?

That is correct, EditOptions is an advanced tool for allowing access to low level settings directly.