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

    [SOLVED] not display output on render setting

    SDK Help
    0
    3
    424
    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
      Helper
      last edited by

      On 14/11/2017 at 01:46, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R19.024 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hello,

      I trying to create VideoPostPlugin for a custom renderer.

      The first step, I added PLUGINFLAG_VIDEOPOST_ISRENDERER, and can be chosen custom renderer by drop-down list in render setting window.

      But, when I chose it, not display Output section by render setting. (fig-1)

      Do I forget something or I have mistakes?

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

        On 15/11/2017 at 09:21, xxxxxxxx wrote:

        Hi,

        welcome to the Plugin Café forums 🙂

        That's a bit strange. Actually the Output tab should be there. Could it be, that you started with some example code, which implements RenderEngineCheck() and by this filters out the Output tab (RENDERSETTING_STATICTAB_OUTPUT)?

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

          On 16/11/2017 at 06:06, xxxxxxxx wrote:

          Hi Andreas,

          I could see the save and multipass, so I thought that the output would be displayed in the same way without filtering.

          I found output section when filtering in RenderEngineCheck using RENDERSETTING_STATIC_TAB.

          I noticed it with your advice.
          Thank you!!

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