You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rocketbox models have spaces in their joint names (e.g. JOINT Bip01 Neck). When parsing joint names some of this info gets lost. In line 112 of bvh.py this can be fixed with joints.append(' '.join(joint.value[1:]))
I haven't tested this with other models but can submit a pull request if this would be useful to update.
The text was updated successfully, but these errors were encountered:
Rocketbox models have spaces in their joint names (e.g. JOINT Bip01 Neck). When parsing joint names some of this info gets lost. In line 112 of bvh.py this can be fixed with
joints.append(' '.join(joint.value[1:]))
I haven't tested this with other models but can submit a pull request if this would be useful to update.
The text was updated successfully, but these errors were encountered: