I am experiencing an issue when loading my plugin in Rhino 8 (Mac). The problem is that if I delete the files settings-Scheme__Default.xml and containers.xml, as shown in the image below, the next time I open Rhino the tab defined in my plugin does not load. I close Rhino and open it again, and only then does it load.
It seems like Rhino does not auto-create the two files (Scheme__Default.xml and containers.xml) in time for the UI to load. Is there a way to programmatically force the creation of those XML files so that my tab appears in the UI in the first load?
I’m just trying to simplify the scenario. The real problem is I was installing my plugin copying it in MacPlugins folder, but next time I open Rhino the tab doesn’t appear in Rhino UI. I open and close Rhino and only the second time, the tab appears.