GetFirstSequence

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/11/2007 at 23:41, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10 
Platform:   Windows  ;   
Language(s) :   C.O.F.F.E.E  ;

---------
If I try something like this:

var myTrack = op->GetFirstTrack();
var mySeq = myTrack->GetFirstSequence();

myTrack will always be Null.
GetFirstSequence seems not to be defined at all and will produce an error.

I know that there have been some large timeline changes in the past, but how do I access keyframes in COFFEE?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 12/11/2007 at 17:20, xxxxxxxx wrote:

In R10, the current COFFEE versions have no access whatsoever to animation. This is because Maxon changed the classes from BaseTrack/BaseSequence/BaseKey to CTrack/CCurve/CKey. Therefore, GetFirstTrack() will always return NULL.

For the time being, support for R9.6 and earlier is the only available for COFFEE and animation.