Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Preventing the picture viewer from opening

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 292 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

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

        On 25/01/2012 at 13:22, xxxxxxxx wrote:

        Why? You should render into the picture viewer (by updating it pixelwise, clusterwise or however your renderer does the rendering) or at least update the picture viewer with your final rendered image of your custom renderer. Otherwise all the PW features would be gone too for the user which can clearly not be your intention.

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

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

          On 26/01/2012 at 03:23, xxxxxxxx wrote:

          Well, I'm sending all of c4d:s scene data to an external application for rendering. This application has it's own, quite nice, picture viewer. So in a first step, I thought I would use this, rather than sending the rendered image back to c4d.

          Thanks for your input!

          Best regards
          /Filip

          1 Reply Last reply Reply Quote 0
          • First post
            Last post