AYUDA importar .bvh de makehuman a blender
Publicado: Dom May 08, 2011 12:20 am
Hola que tal, exporte un modelo.obj de make human y lo importe a blender sin problema, pero cuando quiero importar el modelo.bvh, de motion capture, me marca un error de python script, uso Ubuntu y la terminal me dice lo siguiente:
Attempting import BVH /home/fernando/makehuman/exports/modelito.bvh
parsing bvh...
Traceback (most recent call last):
File \"/home/fernando/.blender/scripts/blender/bvh_import.py\", line 735, in load_bvh_ui
bvh_nodes= read_bvh(file, IMPORT_SCALE)
File \"/home/fernando/.blender/scripts/blender/bvh_import.py\", line 251, in read_bvh
rx, ry, rz = eulerRotate(float( line[channels[3]] ), float( line[channels[4]] ), float( line[channels[5]] ), bvh_node.rot_order)
IndexError: list index out of range
Espero me puedan ayudar muchas gracias
Attempting import BVH /home/fernando/makehuman/exports/modelito.bvh
parsing bvh...
Traceback (most recent call last):
File \"/home/fernando/.blender/scripts/blender/bvh_import.py\", line 735, in load_bvh_ui
bvh_nodes= read_bvh(file, IMPORT_SCALE)
File \"/home/fernando/.blender/scripts/blender/bvh_import.py\", line 251, in read_bvh
rx, ry, rz = eulerRotate(float( line[channels[3]] ), float( line[channels[4]] ), float( line[channels[5]] ), bvh_node.rot_order)
IndexError: list index out of range
Espero me puedan ayudar muchas gracias