I have some questions/bugs regarding the RhinoCode GH component:
- Sometimes, when there is an error in the script and the component turns red, it slows down the whole UI (Rhino & GH) - even after the script is deactivated, as can be seen in the video below. This happens with basic scripts, no timer/trigger or sth.
Only when the “red” component is deleted does the UI work normally again.
RHCodeBug.gh (11.5 KB)
-
Error message point to the wrong line in the code. In the script, it points to line 55, which does not even exist in the script.
-
Regarding the error itself: The simple averaging script works fine in the old C# component, but not anymore in the new
Script
component. I can see that the input is not declared asList<double>
anymore, but asSystem.Collections.Generic.IEnumerable<double>
. The.Count
seems to not work anymore.
Am I missing sth here? -
I have seen many screenshots of the RhinoCode editor in dark mode, but cannot change it on my system. The whole UI is in dark mode except the code text field, which is white.
Thanks a lot,
Rudi
systemInfo.txt (6.5 KB)