ZBrushCentral

Question:[iSlider] wih dynamic adjustable?

Hi, I would like to know about the [iSlider].
Can I achieve the “dynamic adjustable slider”?
such as, brush width(Draw:Draw Size), dynamesh slider(tool:geometry:resolution))
Those slider is be abled to adjust small presice adjustment in the left, and wide big number in the right.

For example, when I use [iSlider] in Resolution:1000, it has linear slider so that I can adjust value difficultly in small number.

Unfortunately you can’t create a slider like that using ZScript. You can specify the resolution for a slider as either integers (1,2,3 etc.) or fractions (0.001) but that’s it.

1 Like

Thank you for answering!
I will try to separate sliders to adjust those values.