Open rubenvillegas opened 3 years ago
Looks like the "-3" used to rotate joints that have 3 children is overwritten here: https://github.com/Jeff-sjtu/HybrIK/blob/e10afb149e10cf721b619b12eb81f02b7ad3c4e0/hybrik/models/layers/smpl/SMPL.py#L160
Is this on purpose?
Hi, this actually works for both cases. When setting it to neck, the rotation of spine3 will be composed by the swing rotation and the twist rotation of neck.
neck
spine3
Looks like the "-3" used to rotate joints that have 3 children is overwritten here: https://github.com/Jeff-sjtu/HybrIK/blob/e10afb149e10cf721b619b12eb81f02b7ad3c4e0/hybrik/models/layers/smpl/SMPL.py#L160
Is this on purpose?