There seem to be 3 ways of adjusting the dimensions of your brush
- Shape -> min/max size parameter
- Controller -> size parameter
- Controller -> scale (x,y) parameters
At first I thought that changing the min/max size would always keep my brush within the specified dimensions, but it seems that this doesn't work when scaling is turned on. Say that I put scaling on pressure (as it is with the default calligraphic brush), then the dimensions of the brush are way lower than the set minimum bounds when I apply low pressure. So scaling is applied latest so to speak.
Now say that I want to make a calligraphic brush that varies in size between some min and max, then I don't think that is possible with the current calculations. So first of all, is this correct?
If it is, then I suggest some sort of "scale within dimensions" checkbox that constraints the scaling to within min/max brush sizes if it is checked. At least if it has enough uses outside of this specific example of course

EDIT: Okay, scale has its own min/max slider in the shape settings

That helps, but I still think that it is easier if the scaling itself would be able to take into account the min/max sizes.