Range node slider values
- Andreas_Resch
- Posts: 319
- Joined: Sat Jul 28, 2018 6:29 am
Can you please set the limits of the Range node to more manageable values? Right now it's pretty impossible to use the sliders (even when holding SHIFT). They values immediately go way off the charts.
- Andreas_Resch
- Posts: 319
- Joined: Sat Jul 28, 2018 6:29 am
Just change the range values in the lines 68, 85, 102 and 119 in "range.py" to something like ...
min=-1000, max=1000, soft_min=-5, soft_max=5,
1000 still is a bit wild but the soft limits are the important ones.
min=-1000, max=1000, soft_min=-5, soft_max=5,
1000 still is a bit wild but the soft limits are the important ones.