JUBE icon indicating copy to clipboard operation
JUBE copied to clipboard

Add option to use more complex python code as parameter value

Open JanVogelsang opened this issue 1 year ago • 4 comments

Currently, JUBE only allows parameters with the mode set to python to be simple expressions, which is quite restrictive.
This PR adds the possibility for any arbitrary python code to be passed as a parameter value, which will then use the code's return value as parameter value.

JanVogelsang avatar Feb 02 '24 06:02 JanVogelsang