Core Message & scene hook

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

On 10/02/2011 at 00:01, xxxxxxxx wrote:

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

---------
Hello All,
in my plugin i have a scene hook thet need to execute some code when EVMSG_CHANGE is emitted. this is a core message how can i get it form my hook ?
all the best
Franz

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

On 11/02/2011 at 03:09, xxxxxxxx wrote:

I think you have to realize it through a MessageData plugin. There you can catch the EVMSG_CHANGE message and react to it.

cheers,
Matthias

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

On 14/02/2011 at 05:40, xxxxxxxx wrote:

ok Thanks Matthias,
now i have new kind of plugin to learn :)
Franz