Hello,
Good idea using Element like this.
I don’t know why this happens exactly. But my workaround was to simply not parent it, and connect the top of the chain to the body via expression.
Lets say the upper leg is parented to a null called ‘hipA’ and also there is a ‘hipB’ parented to the body.
I’d use the following expression on the position of ‘hipA’
L = thisComp.layer(“hipB”);
L.toWorld(L.anchorPoint)
Additionally, you can use the expression below on the orientation of ‘hipA’ to have that chain auto orient to a free-floating ‘foot’ null.
Hope that helps. -eric
q=lookAt(thisComp.layer("foot").transform.position, position);
[q[0],q[1],value[2]]