Visual Scripting Ideas

Would be great to have visual scripting provide a list of node options for an input based on the inputs signature. Example: Bending stress requires a moment and an elastic section modulus. A moment is characterized by a float/double, units of force-length (e.g. kip-feet). Options with that type of signature output would be functions like wL^2 or PL. Alternatively, it could be a direct input box or a list of moments.

If a list is fed to a function as an input, then the function could use a map or similar “functional” functions. Perhaps there is a default and options to choose from.

I also think ASTs would be good for transforming a graph into python code. A recent reference: youtu.be/XhWvz4dK4…

Brian Johnson @brian3johnson