makehuman
makehuman copied to clipboard
Entering an invalid number instantly crashes makehuman
If you have set makehuman to show the sliders' edit widgets, and enter an invalid number into the textfield (something that can't be converted to a float), makehuman instantly crashes.
I've added a pull request that replaces the invalid value with the previous value instead of crashing; #251