Hello Rhino Developers,
do you know if grashopper plugins can store its settings in xml file in similar way as .rhp plugins?
Best
Łukasz
Hello Rhino Developers,
do you know if grashopper plugins can store its settings in xml file in similar way as .rhp plugins?
Best
Łukasz
Ok after short research I see Grashopper API is not providing any PersistentSettings class, so only solution I see is to write my own implementation, unless…
is it possible to access some rhp plugin settings from a Grashopper plugin? They are exposed to the user in Rhino Options under Advanced page anyway.
Ok, if anyone would be interested: it is possible to reference a rhino plugin PersistentSettings from a grashopper component, using PlugIn.Find, assuming it is already loaded.