IK and Transform constraints are still being applied after setting a tracks animation to empty.
I'm not sure if I'm running into some edge case I don't understand, or a bug, or what. But I've been troubleshooting this for the better part of a day and could use some insight here.
I have a bone being driven by a SpineBoneNode that essentially 'points' the character's shoulders and head in that direction.
In engine, I've been attempting to animate this character by applying either an idle animation, or a walking animation on track 0, and applying the 'sniper pose' on track 1 which enables an IK constraint, and a couple of transform constraints. If the character, say gets hit, or otherwise move on to another animation, track 1 is set to an empty animation (not added). Track 0 is also often set to a different animation.
In most cases, this works great! But, on a number of occasions, it appears that these constraints are left applied, even though the relevant animation is no longer being played on track 1. Unfortunately this is somewhat difficult to reproduce since it really only occurs when the animations are 'canceled' very quickly after being applied, like within a frame (or maybe on same frame, hard to tell).
Other points of interest:
- This only occurs when the next animation is longer than one frame.
- The 'snipers pose' is a single frame, and only has keys for the upper half of the body.
- I verified that the constraints were applied by fetching their state from the 'animation_state'.
- SpineBoneNode doesn't always have the proper global_transform in follow mode. Not sure it is relevant here, but I encountered this somewhere along the way.
Any pointers on how to troubleshoot this would be greatly appreciated!