Hello,
I'm working on a program that exports BioVision bvh files so they can be used in A:M. While I was doing some tests I noticed a very strange thing: While each bone's offset is related to it's parent's position A:M seems to get confused when a bone has more than one child; The offset is sometimes altered by the neighbor's offset and some children are rotated when they shouldn't be.
See this picture:
Click to view attachment
I tried how it worked out in some other programs and they don't seem to have any trouble with them at all, this is how it should look:
Click to view attachment
Is there anyone out there who knows why this is and how to solve it? I really need to get this fixed.
Here is the BioVision test file: Click to view attachment
Thanks.