AYUDA importar .bvh de makehuman a blender

Preguntas y respuestas relacionadas con el uso y desarrollo de scripts Python y plugins para Blender 3D
Responder
fdmr213
Mensajes: 1
Registrado: Dom May 08, 2011 12:11 am
Nombre:

AYUDA importar .bvh de makehuman a blender

Mensaje por fdmr213 » 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

octagesimal
Administrator
Administrator
Mensajes: 679
Registrado: Vie Sep 03, 2004 1:03 am
Nombre:
Contactar:

Re: AYUDA importar .bvh de makehuman a blender

Mensaje por octagesimal » Dom May 08, 2011 5:21 pm

Que versión de Blender y pyhton estas usando?

Seria de ayuda si posteas el .bhv para hacer pruebas.

Saludos!
Chat IRC de la comunidad g-blender
http://bit.ly/GIkzdT
canal #g-blender
Otra forma de estar en contacto con la comunidad.

octavio@g-blender.org
twitter: @octagesimal
irc: octagesimal

Responder