Running this:
import rhinoscriptsyntax as rs
my_list=["ham","eggs","spam"]
result=rs.PopupMenu(my_list)
Gives
Message: Object reference not set to an instance of an object.
Traceback:
line 1210, in PopupMenu, “C:\Users\heynick\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\userinterface.py”
line 3, in , “C:\Users\heynick\AppData\Local\Temp\TempScript.py”
Nothing else seems to be affected so far, all my other scripts not involving PopupMenu seem to work.
(6.6.18156.11421, 05-06-18)
(didn’t get last auto-update either…)
Restart of machine and Rhino did not help…