I’ve been trying to solve this problem for about 5 hours. Can’t find anything in forum/answers and the documentation isn’t helping me at all. (docs) I’ve been trying all kinds of stuff to no avail
I’m trying to creating a local animation, I have all the right data, what I don’t understand, is what exactly I’m suppose to put in relativepath to get the position/rotation data on my Character object instead of on the CharacterEmpty.
So 14 hours later I have the answer to my own question, which I’ll share for others in a similar situation.
You might think it’s CharacterEmpty/Character. When then doc’s refer to a “path” and given the example, you would think that’s you’re going to come up with a path that looks like that…
And you’d be wrong. Just like I was. The correct answer is that the relative path is “Character”.
If I attach something else under the empty that isn’t called “Character”, and open the animation window, it’s going to present the “Clean Up Leftover Curves Button.” And if I click on that, it will show the curves that were added under the relative path “Character”, which it now thinks should be deleted. There are no curves associated with the object I replaced it with, so it doesn’t move when I press the play button. How to fix this problem? I just renamed the other object “Character” and it doesn’t know the difference!