Cloner Properties Access BUG
- 
 On 25/06/2017 at 05:19, xxxxxxxx wrote: [USERFORM][p]User Information:[/p]Cinema 4D Version: R16/R18 
 Platform: Windows ;
 Language(s) : PYTHON ;
 [p]---------[/p][/USERFORM] Hi all!I think I discovered an error in C4D. I posted in another forum and here you have the link to it (I think it's easier than to explain again) https://www.c4dcafe.com/ipb/forums/topic/98838-track-for-count-in-cloner-python/ Thank you ! 
- 
 On 26/06/2017 at 07:50, xxxxxxxx wrote: Hi, welcome to the Plugin Café forums  Actually it's not so much a bug in Cinema 4D, but our Python layer lacks the means to handle this situation properly. See this thread: cloner don't refresh, my last post. In summary, you'd need to send a MSG_DESCRIPTION_CHECKUPDATE after changing the mode parameter of the cloner. But currently you can't because this message type is not support in Python. Sorry. But at least I can say we are aware and this message type will be supported in one of the next releases of C4D. 
- 
 On 27/06/2017 at 00:36, xxxxxxxx wrote: Thank you so much for your reply!