I’d love to, but how can I create a UI without external plugins? Can I use ETO directly in C# or Python components for that?
To clarify where I see the regression: before this change in behavior, my compiled plugin setup that worked had only a Context Print component waiting for a value (which was provided when an Exit button in the interface was clicked):
In that situation, the script worked while interacting with Rhino entities was still possible, and the developer’s control over the exit condition was at least intuitive.
With the current SR, a Context Input NEEDS to be present (other than a Context Output), and the script works until the Context Input receives the expected input. In this situation, the script prevents any Rhino entity interaction while it’s running, and to end the script one has to type at least one input in the Command line, with far less control from the developer over the exit condition.
