refersh attributes dialog

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

On 14/03/2010 at 15:33, xxxxxxxx wrote:

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

---------
HI,

I have this pb with COFFEE plugin:
--------------------------------
meakeClone()
{
var clone=MyAddCom(1018544,"Clone");
var rand=MyAddCom(1018643,"Random");
clone#ID_MG_MOTIONGENERATOR_MODE=2;
clone->Message(MSG_UPDATE);
clone#MG_RADIAL_COUNT=100;
}

the pb is that the cloner  mode is update to radial but count no.

so how to update that?

Thanks.

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

On 14/03/2010 at 15:42, xxxxxxxx wrote:

Try putting the update message after you have made all the changes to the cloner - at the moment you are making a change after you tell cinema to update the object.

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

On 14/03/2010 at 17:55, xxxxxxxx wrote:

Hi spedler,

it worked, thanks, just found that i put another functiun there so when i deleted it this worked.

thanks again.