when using "UISliderFloat->onChange"
how can i get the slider instance inside of that callable?
def changeit():
#hiw to get the slider?
myslider = mset.UISliderFloat()
myslider.onChange = changeit
------
or is it even possible to use parameter within that callable?
Replies