makehuman
makehuman copied to clipboard
Reuse old value if an invalid number is used
If the user inputs an invalid number (something that causes a ValueError because it can't be converted to a float), set the number back to the previous value, and discard the user input.
Inputting an invalid number would crash makehuman before this fix.
Should resolve #252