THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/12/2003 at 17:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 7.3
Platform: Mac ;
Language(s) : C.O.F.F.E.E ;
---------
hello,
could somebody tell me how to use the GetFirstTrack() command properly?
i tried this:
main(doc,op)
{
var myCurrTrack=op->GetFirstTrack();
}
but it just don't work. myCurrTrack receives nothing but null. i can't find any further explanation in the coffee sdk.
alex