Hey there devs!
In the component leg_2jnt_freeTangents_01 the minimum value to set divisions is “2”, where all the other components even the arm_freeTangets is set to “1”. I don’t know if this is probably something that you have missed when you created the UI in the designer.
I modified the Python file:
mgear\shifter_classic_components\leg_2jnt_freeTangents_01\settingsUI.py
and set the minimum value of the QSpinbox to “1”, because this is what meets our project requirement, however, if I update mgear is kind of annoying to be maintaining this tweak. We have already 20 rigs in production and everything is working fine so this is the main reason why I don’t think this was made intentionally. If you could fix it in a later release would be awesome.
Thanks!