THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/10/2009 at 10:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.x
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
How can I copy a track from an object to another?
For example, I have a cube with some keyframes recorded. How can I copy all its animation tracks to another object?
I tried something like:
> \> track1=op1->GetFirstCTrack(); \> while(track1) \> { \> track2=track1->GetClone(); \> op2->InsertTrack(track2); \> track1=track1->GetNext(); \> } \>
But it is not working
Any help would be greatly appreciated.
p.s. This is kind of urgent.
Rui Batista