You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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