On 03/01/2018 at 09:19, xxxxxxxx wrote:
Hey,
is there a way to find the corresponding animation of data that is overriden in a certain take ?
From the documentation i know, that a BaseTake inherits from BaseList2D , so i should theoretically be able to use GetCTracks() on a Take. Since i get no result, i assume i am searching at the wrong place.
I think my basic problem is the wrong understanding of how the overrides are actually saved. So here are a few question i have:
1. when i invoke GetSceneNode() on an override, is this the actual reference to the object in the scene or to a copy ?
2. How does the **DescriptionID **of an override work, so that it finds the actual overriden parameter when i invoke GetParameter() ?
3. Where do i have to search for the animation data of an overriden parameter ?
I know these are many questions, but i hope that i have a better understanding when these are answered!
Update 1: Until now the only way to achieve my goal is to set each respective take as the currently active take, get the scene node for each overriden param, and check if there are any animations occuring on this parameter. I hope there is a better way to achieve this.