py360convert
py360convert copied to clipboard
error in py360convert/utils.py line no: 193
In py360convert/utils.py line no: 193, you have an unknown variable reference "k" commenting that line works though.
def cube_dict2h(cube_dict, face_k=['F', 'R', 'B', 'L', 'U', 'D']):
# assert len(k) == 6
return cube_list2h([cube_dict[k] for k in face_k])
Fixed. Thanks!
Met the same problem. Fixed by your soluton. Thanks!