Hey,
I discussed it with my colleague’s and we’re not able to share the script sadly. @JohnM rescaling either the text properties panel and plugin properties panel didn’t do anything sadly.
I isolated all the text C# components and tried to reproduce the problem without succes. So I don’t think this can be problem anymore. The last resort would be turning off every small script, every component one by one seeing if this will fix the problem, but we’re talking here about a very large script that we have been working on for 2 years now.
Possible problems I can think off are:
-
Grasshopper plugin crashing (would explain why we cant see the plugin manager): we’re using Human, Elefront, Clipper, excelreadwrite, Heteroptera, Lunchbox, Meshedit2000, metahopper and our own plugins created with visual studio which are mostly databases that allow complex geometry to be inserted, deleting of geometry, groups, text, baking of text, changing layers, creating of layouts.
-
We’re basically building a simplified version of revit, so if something changes in the design it immediately (read small delay) changes other elements that depend on it. So a lot of components work simultaneously and there also ‘baking’ simultaneously to rhino. Maybe there is a limit to this.
-
Maybe my .NET framework is still not correct. Not sure which version is stable and it seemed to have fixed multiple text problems for other people. See the following threads:
-
Resetting the Rhino settings also seemed to work once, but I can’t reproduce this anymore.
I just don’t know how I can systematically check where the problem lies, very annoying.
Hopefully you know some other test that I can do.
Everything is appreciated.