Hello, thank you for trying to fix the diamonds around the head upon export to POV-Ray mesh. Unfortunately, r1399 broke something, and POV-Ray is unable to render. Could the missing obj be the problem? Should it read obj.faces?
- outputFileDescriptor.write('#declare MakeHuman_UVArray = array[%s]
{\n ' % (len(obj.faces) * 3))
- for f in obj.faces:
+ outputFileDescriptor.write('#declare MakeHuman_UVArray = array[%s]
{\n ' % (len(faces) * 3))
See http://groups.google.com/group/makehuma ... c3a7681eac
Cheers,
Haakon