On 13/05/2015 at 18:37, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 15+
Platform: Windows ;
Language(s) : C++ ;
---------
I'm creating my custom renderer, I want to detect different messages.
1- for example when the user renders in viewport, if he clicks anything "some message is sent" , it stops the rendering.
2- when he renders in picture viewer, to stop the rendering there is a cancel message "I wanna know which message to listen to it".
3- what about different messages, for example when object moves, camera moves, etc...
I know this question may seem too broad, but I just need a hint of where to start so I can manage different messages correctly.