Hi.
I use square brackets for increase and decrease of brush size a lot. Really a lot. But I have little problem with understanding the logic behind increment/decrement size. Because the size of increment changes, which is ok, but is different (which is not ok) when you go up and different when you go down. To be exact, this is current increment sizes:
1,2,3,4,5,6,7,8,9,10,11 … 20 (increment by 1), 20,22,24,26,28 (increment by 2)
then 31, 34, 37 (increment by 3), then 41, 45, 50, 55 (increment by 4 and 5),
then 61, 67 (increment by 6), 74, 82, 91, 101, 112, 124
This is logic when you go up, but when you go down sizes differs:
124, 111, 99, 89, 80, 72, 64, 57, 51, 45, 40, 36, 32, 28, 25, 22, 19, 17, 15
Photoshop has simple but consistent system and same when you go up and when you go down:
1,2,3,4,5,6,7,8,9,10,15,20,25,30,35,40,45,50,60,70,80,90,100
Is it possible to have simple consistent default increase/decrease system ?
Is there any possibility to configure it in Blender preferences ?
Sorry for long question and thanks for your replies. 🙂
Jan