THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/10/2008 at 05:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.111
Platform: Mac ;
Language(s) : C.O.F.F.E.E ;
---------
Hello,
I'm very new to COFFEE, but have a pretty good knowledge of Flash actionscript.
I'm just testing the MAKEEDITABLE command, but whenever I run it, C4D crashes every time.
I'm attaching a COFFEE tag to a default sphere primitive. This is the code:
> <code>
> main(doc,op)
> {
>
> var bc = new(BaseContainer);
> SendModelingCommand(MCOMMAND_MAKEEDITABLE, doc, op, bc, MODIFY_ALL);
>
> }
> </code>
What am I doing wrong?
Big thanks to anyone who can help
Jon