Notifications
Clear all

[Closed] Animatable::EnumAnimList() SDK

Hi, i’m trying to search my full scene (not just nodes)

ReferenceMaker* scene = GetCOREInterface()->GetScenePointer(); /// getting a ref to my scene

Animatable* S_Anim = NULL; * /// making an anim obj for subAnim ???

S_Anim = scene->SubAnim(8); * //// getting sub object this case Materials?

not sure where to go next?

I was told to use…

Animatable::EnumerateAllAnimatables(??, ??);

I can’t find any thing about*EnumerateAllAnimatables in the HowTo or Samples

Any help would be great
thanks
Si*