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
I searched the forum for this issue specifically but didn't see any answers that seemed to fit.
If I wanted to write a python function that took an integer as input, squared it, then spit out the new integer as an output, how do I call this from a blueprint node? The current execute python method is just a string input for path with no other inputs or outputs.