THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/10/2008 at 16:16, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Mac ;
Language(s) :
---------
Hi all,
i have some problem to with my expression tag plug in,
in particular i am porting my plugin on mac and expression don't works execute code if i not click on any part of interface after my operation.
i have no problem on win my code in execute is :
> <code>
> BaseContainer *data = tag->GetDataInstance();
> BaseContainer *Odata = op->GetDataInstance();
> BaseList2D * crd = Odata->GetLink(IDC_OTAKEMANAGER_CURRENTRD,doc,0);
> if ( crd ==NULL)
> {
> RenderData * RD = doc->GetActiveRenderData();
> BaseContainer * rddata = RD->GetDataInstance();
> rddata->CopyTo(data,NULL);
>
> }
>
> return EXECUTION_RESULT_OK;
> </code>
Thanks
Franz