I have a Spatial with an AnimationPlayer node. Certain properties get animated (e.g. rotation) and then after the animation finishes, the properties should be modified through script. However, the properties keep setting back to their values which were on the last frame of the animation. Any way to stop this other than creating animation-intended parents for the objects?