Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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
On 14/02/2011 at 05:40, xxxxxxxx wrote:
ok Thanks Matthias, now i have new kind of plugin to learn Franz