You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly tracked the issue and posted in McNeel forum:
Hello there!
I wonder if this is a bug, while using a grasshopper python I noticed that if we dynamically add some inputs
But if the RunScript() def as columned parameters (it might be convinient sometimes to use it) it doesn't automatically update and throws an error 1. Error running script (ExecuteException): RunScript() takes 3 positional arguments but 4 were given:
Hence, if you are using lists as datatype input the IDE will organize automatically the RunScrip()'s parameters in column resaulting the above mentioned error, see here:
it happens since 8.8.24170.13001, before this behavior didn't exist. I know we can live with it but I just reported it in case.. thanks! 🤲
Since (8.8.24170.13001, 2024-06-18) Rhino update the component is not updating the
RunScript()
params when clicking on the component.The text was updated successfully, but these errors were encountered: