GeCoffeeExecute

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

On 13/01/2005 at 11:50, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   9.012 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi Forum,

I have a COFFEE Script that is supposed to define some behaviour of a Plugin Object of mine. I want to pass to the entry function the current document and current object. GeCoffeeExecute() takes function arguments, but there is no way to wrap a BaseDocument* or a BaseObject* into a GeData(). What do I do?

Timm

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

On 14/01/2005 at 08:04, xxxxxxxx wrote:

I believe you can send them as BaseLinks, at list for BaseObjects.