On 24/08/2016 at 04:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have a MessageData plugin and in its CoreMessage method i check for EVMSG_DOCUMENTRECALCULATED. Then I move the main camera in the viewport, but the event never reaches there. Message data receives EVMSG_DOCUMENTRECALCULATED events but not the camera one. Nevertheless, if the CoreMessage is implemented in a GeDialog, it receives the camera events correctly.
What's wrong with the message data ? I register the plugin using RegisterMessagePlugin.
Also, does the CoreMessage return value do anything ? The API says it doesn't.
Thank you for your time.