Hello,
Is there a recommended way for storing an object's animation in a Hyperfile?
My instincts would be to serialize everything (desc_ids, keyframes, value, spline types etc.) as ints, floats, & strings in the BaseContainer.
It would be more simple though if I could store the object's CTracks however I don't see a Data Type for them in BaseContainer and I haven't been able to get the BaseContainer's SetLink & GetLink to work with Hyperfile.
Advice before I dive into this would be very appreciated. Thank you very much!