MSG_MULTI_RENDERNOTIFICATION

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

On 02/10/2008 at 04:12, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10..5 +  
Platform:   Windows  ;   Mac OSX  ; 
Language(s) :     C++  ;

---------
Hello All,

i wrote a Tag that need to know when the rendering start and end.
Some days ago all working good... but now the message is called with MSG_MULTI_RENDERNOTIFICATION only at start.
At end of rendering is not called anymore.. really i don't know why.
When i wrote this part was working 100%..

do you have any idea?

Cheers
Renato

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

On 23/10/2008 at 02:53, xxxxxxxx wrote:

The MSG_MULTI_RENDERNOTIFICATION message is usally only called if rendering started. It is only called at the end of rendering if you render into the editor view. From the docu:

Bool start
Determines if this is a start (TRUE) or stop (FALSE) notification. Stop notifications are only sent if the document will not be deleted, which more or less only happens if there's an editor render.

cheers,
Matthias