THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/01/2012 at 12:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;
---------
Hi!
I have a videopost plugin that works as a custom renderer, i.e., I want to override the normal rendering process and handle everything myself. Here is what I do:
-I register the plugin with the flag PLUGINFLAG_VIDEOPOST_ISRENDERER
-I call vd->SkipRenderProcess() in VP_RENDER
This works fine, but when I press "render to picture viewer", the picture viewer shows up. Since I want to use my own replacement for the picture viewer, I wonder if there is any way to prevent c4d:s picture viewer from opening?
Best regards
/Filip