Open changhongjian opened 5 years ago
a bug will cause error when texture_type="vertex" in function save_obj
may it should change to this
if textures is not None and texture_type == 'surface': f.write('mtllib %s\n\n' % os.path.basename(filename_mtl))
a bug will cause error when texture_type="vertex" in function save_obj
may it should change to this