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 with BVHParser #20

Open
enekoatxa opened this issue Jan 16, 2025 · 0 comments
Open

Problem with BVHParser #20

enekoatxa opened this issue Jan 16, 2025 · 0 comments

Comments

@enekoatxa
Copy link

Hello. I have been trying the BVHParser to parse some files that I have and I have noticed that if the JOINT names contain a ":" character, the parser is not able to read the file.

For example, it won't read:

HIERARCHY
ROOT mixamorig:Hips
{
OFFSET -0.000007 99.791939 0.000048
CHANNELS 6 Xposition Yposition Zposition Xrotation Yrotation Zrotation
JOINT mixamorig:Spine
{
OFFSET -0.000008 9.923462 -1.227335
CHANNELS 6 Xposition Yposition Zposition Xrotation Yrotation Zrotation
JOINT mixamorig:Spine1
{
OFFSET -0.001162 11.645447 -1.422342
CHANNELS 6 Xposition Yposition Zposition Xrotation Yrotation Zrotation
JOINT mixamorig:Spine2

But it will read:

HIERARCHY
ROOT mixamorigHips
{
OFFSET -0.000007 99.791939 0.000048
CHANNELS 6 Xposition Yposition Zposition Xrotation Yrotation Zrotation
JOINT mixamorigSpine
{
OFFSET -0.000008 9.923462 -1.227335
CHANNELS 6 Xposition Yposition Zposition Xrotation Yrotation Zrotation
JOINT mixamorigSpine1
{
OFFSET -0.001162 11.645447 -1.422342
CHANNELS 6 Xposition Yposition Zposition Xrotation Yrotation Zrotation
JOINT mixamorigSpine2

The issue also happens if the JOINT name contains a ".".

Thank you in advance!

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