CGCookie / addon_common

GNU General Public License v3.0
41 stars 7 forks source link

add slider input for BoundFloat/Bound Int #11

Open patmo141 opened 4 years ago

patmo141 commented 4 years ago

We've had them before. I kind of like this slider bar with no text input.

image

https://github.com/jayanam/bl_ui_widgets/blob/master/bl_ui_slider.py

patmo141 commented 4 years ago

7f3ded6 adds scrubbing functionality to the BoundFloat, BoundInt

Scrub Function

patmo141 commented 4 years ago

iteritems does not work if trying to override min_value, max_value and step size

Exception Info

patmo141 commented 4 years ago

slider bar slides off the edge when value is at max