Open sawthiha opened 3 years ago
copyIKConstraint() is supposed to copy _influencedBones from target constraint node. Instead it mistakenly copies the instance's _influencedBones to itself which will always be empty at that point, leaving bones unconstrained.
copyIKConstraint()
_influencedBones
node
copyIKConstraint()
is supposed to copy_influencedBones
from target constraintnode
. Instead it mistakenly copies the instance's_influencedBones
to itself which will always be empty at that point, leaving bones unconstrained.