Is it currently possible to access (read and change) the Advanced Options in Rhino 5 via scripting (RhinoScript, c#) ?
I am trying to modify or disable some options (Display read-only open warning) for the script runtime and restore them back once it finishes.
I found your questo very interesting.
Did you try C# in Grasshopper?
I was able to use some Rhino functions via C# in a relative simple way using Grasshopper and some plugins. But I’m not sure if you have access to that.