Blender 2.8 Python UI : Slider Widget
I extended my Blender 2.8 BL UI widgets addon and added a slider widget to it.
You can also add it to a dragable panel like the other widgets and you can register a callback method to be notified when the value of the slider has changed.
The addon can be downloaded for free from my github:
https://github.com/jayanam/bl_ui_widgets
Please let’s discuss if the widgets should use the coordinate system of the viewport (origin lower left hand corner) or like widgets usually have, a coordinate system with a top left hand origin.
See my social profiles here
G+: https://plus.google.com/+JayAnAm
Twitter: https://twitter.com/jayanamgames
Facebook: https://www.facebook.com/jayanamgames
Patreon: https://www.patreon.com/jayanam
Production Music courtesy of Epidemic Sound: http://www.epidemicsound.com
#blender28
#blender_addon
#slider
#widgets