THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/03/2007 at 13:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
Hi again,
I'm trying to determine when a render to picture view start/end.
I'm trying to receive MSG_MULTI_RENDERNOTIFICATION in a dialog
plugin through CoreMessage(), but not receiving.
Bool PluginDialog::CoreMessage(LONG id,const BaseContainer &msg;){
switch (id){
case MSG_MULTI_RENDERNOTIFICATION:
GePrint("received MSG_MULTI_RENDERNOTIFICATION");
break;
}
return GeDialog::CoreMessage(id,msg);
}
also how do I tell if render starts or ends?
thanks for all the help guys :)