Skip to content

Problem parsing microsoft rocketbox models #9

Description

@DavidLSmyth

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions