Page 1 of 1

Range node slider values

Posted: Thu Feb 15, 2024 8:55 am
by Andreas_Resch
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.

Re: Range node slider values

Posted: Mon Feb 26, 2024 8:36 am
by Andreas_Resch
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.