Troubleshooting a plugin...

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

On 08/01/2009 at 07:42, xxxxxxxx wrote:

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

---------
Hello,

I'm trying to get an import plug-in working with R11, and according to the console, there's an issue with the following lines in the COFFEE code:

var Blah = new(PositionSequence);
var BlahBlah = new(PositionTrack);

I guess PositionSequence and PositionTrack are no longer recognized, which results in an error. Are there substitutes for these in the current release?

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

On 08/01/2009 at 07:48, xxxxxxxx wrote:

The PositionSequence and PositionTrack classes are not supported since several versions of CINEMA 4D (I think since R8). Currently it's not possible to allocate tracks in COFFEE.

cheers,
Matthias