Tomoyon / makehuman

Automatically exported from code.google.com/p/makehuman
0 stars 0 forks source link

asian value will not reload from saved .mhm #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. save .mhm with asian value
2. load this .mhm
3.

What is the expected output? What do you see instead?

could not load asian 0....

What version of the product are you using? On what operating system?

1 alpha 6 nightly

Please provide any additional information below.

line 542 from human.py has to be changed from
elif lineData[0] == 'african':
to
elif lineData[0] == 'asian':

Original issue reported on code.google.com by privat.u...@googlemail.com on 5 Aug 2011 at 2:44

GoogleCodeExporter commented 8 years ago

Original comment by mflerack...@gmail.com on 5 Aug 2011 at 2:55