VL Expr node

heyhey,

A quick test, trying to bring back the Expr node in VL.
It’s making use of programmatic input pin creation, as demoed in the “Create Pins Programmatically” help patch, and a vvvvery cool expression evaluation nuget :

It can do cool stuff like

Not a nuget because it’s just a simple node, but feel free to tweak and use wherever you like!

To use that, you’ll just have to install the aforementioned nuget :

nuget install CodingSeb.ExpressionEvaluator

And there you go!

Expr.vl (45.4 KB)

9 Likes

.
You could add it to VL.Addons

1 Like

Will make a PR tomorrow!

1 Like

This is now available with VL.Addons. Thanks.

2 Likes