Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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(); \> } \>
\> 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
On 13/10/2009 at 02:30, xxxxxxxx wrote:
Unfortunatly creating tracks is currently not possible in COFFEE.
cheers, Matthias
On 13/10/2009 at 03:43, xxxxxxxx wrote:
Still?!?!? I was not even trying to "create" tracks. I was merely copying from an object to another. I know this, implicitly, should "create" tracks in the target object but... let me tell this once again: it is a tremendous handycap in COFFEE