One set of auto-init script components coming up in Rhino 8.3 RC
Plus a save button that works like OK button in the old editor
Plus less annoying inputs on parameter context menu. It’s now a using GH1 text menus to set the human-readable name and tootlip. This will take the second name textbox out of view
Plus out
parameters in C# script component are now back to ref
so they don’t require a default value
Plus lists are now IList
instead of IEnumerable
so they allow indexing