3dcheapskate opened this issue on Sep 25, 2021 ยท 7 posts
adp001 posted Sat, 25 September 2021 at 3:17 AM
You return "parm" as a result of the function. But "parm" is not a floating point value. "parm" is the parameter object that has generated the event. "value" is the floating point value you may manipulate and return as new value to display.
The wired error message is a result of the code that called your function. Probably that is a Python function by itself.