Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem parsing microsoft rocketbox models #9

Open
DavidLSmyth opened this issue Dec 8, 2020 · 0 comments
Open

Problem parsing microsoft rocketbox models #9

DavidLSmyth opened this issue Dec 8, 2020 · 0 comments

Comments

@DavidLSmyth
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant