Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.
This repository was archived by the owner on May 9, 2023. It is now read-only.

A position issue at stage of stiching motions  #84

@emailandxu

Description

@emailandxu

conditon

when xform_from_parent_joint of the root joint is not an eye matrix

solution

I solved this by changing the code

from:

T0 = self.skel.get_joint(key).xform_global

to:

T0 = self.skel.get_joint(key).xform_from_parent_joint

it works for me, please check.

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