Say I have a custom ETO form and I want the user to select an object. So, I use rs.GetObject. This works fine in Rhino8, but in Rhino 6 and 7, the command line stays in “get” mode even after the an object has been selected. Is there a way to correct this? (If not, I can ask the user to make the selection prior to running the script.)
mydialog.py (1.1 KB)