davidpagnon / Pose2Sim_Blender

Pose2Sim visualizer tool — Import cameras and OpenSim data in Blender
MIT License
20 stars 0 forks source link

Error importing motion #5

Closed davidthomas411 closed 8 months ago

davidthomas411 commented 8 months ago

Error on motion import - both csv and mot files, both with example data and my own data.

"line 166, in apply_mot_to_model b_iterated = [o.name for o in collection.objects if o.name.startswith(b.getName())][0] IndexError: list index out of range"

davidpagnon commented 8 months ago

I can't reproduce the issue, can you tell me precisely what you did?

davidpagnon commented 8 months ago

Actually, I think your model has not been imported correctly.

davidthomas411 commented 8 months ago

My mistake - I wasn't correctly selecting the model in the outliner - now it works everytime!! Closing the issue- thanks for your support.