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.