On 23/08/2013 at 12:57, xxxxxxxx wrote:
When my generator object is made editable, I'd like to transfer some animated tracks on the generator to objects in the generated hierarchy.
I tried catching c4d.MSG_EDITABLE_END, creating new animation tracks on the objects in the cache, and setting the cache to dirty, but it seems like any modifications to the cache here don't affect the objects created when the generator is made editable.
Is there any way to achieve what I'm after?