jhoolmans / mayaImporterBVH

Importer script for BVH
GNU General Public License v3.0
69 stars 31 forks source link

Not importing #5

Closed marcelNth closed 1 year ago

marcelNth commented 10 years ago

when I select a bvh file to import i get this error:

Error: IndexError: file line 262: list index out of range

I tried both ways letting the script generate the skeleton or adding it to one and I get the same error.
The bvh file works fine in motion builder, but if i could get it to work in Maya that would be awesome.

I am learning python now so I am slowly wrapping my head around what you got going on in here. I tired something weird(which I know is not right, but I wanted to see what would happen) I commented out line 262 and got this:

Error: ValueError: file line 286: No object matches name: _mocap_standard_walk_1_bvh_grp|Genesis|Genesis.Shape.rotateZ

It generated more joints, and had keyframes attached at the first frame, but still failed

I am in Extension Maya 2014

Thanks in advance