-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Proposed feature
point1 = 3
point2 = 9
myParameter = parameter.number("distance", 2, 8, 5)
myParameter.name = "The Distance"
myParameter.value = point2 - point1
...
parameter.remove(myParameter) -- remove the parameter from the windowAlternatives considered
No response
Additional context
No response