Another thing that works in R7 but not R8. Why is R8 so limited and full of bugs? How long it has been out of beta phase? Why simple things like this still do not work? Why do they start R9 when R8 is in such a bad state? Why do I get almost 0 support for R8 bugs?
I’ve tried searching the forum but obviously this is new and not mentioned anywhere yet. Fine. I copied example from Rhino - RhinoScriptSyntax and it does not work. Why, why and why??? What am I suppose to do when going back to R7 is not an option???
rhinoscriptsyntax can be used both in the main Rhino script editor and GH script editors. But GH script editor sets the scriptcontext.doc to the instance of Grasshopper doc. This behaviour exists in Rhino 7 as well AFAIK. The problem seems to be related to the wrapper GetViewList missing the (Boolean, Boolean) overload. I will fix that.
RH-89611 Proxy GetViewList is missing bool,bool overload