I don’t have access to Rhino 8, but the second error looks like it might be related to the first bug reported here:
That is, the Keys
input parameter is not passed as a Python list
, but a .NET List[str]
in the new editor.
I don’t have access to Rhino 8, but the second error looks like it might be related to the first bug reported here:
That is, the Keys
input parameter is not passed as a Python list
, but a .NET List[str]
in the new editor.