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

    Rendering und Multipass

    Scheduled Pinned Locked Moved SDK Help
    1 Posts 0 Posters 105 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 26/09/2006 at 23:17, xxxxxxxx wrote:

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

      ---------
      Hi,

      My VideoPost plug-in needs to render sub pictures, that's why I call RenderDocument in the method execute and then copy the result picture in VPBUFFER_RGB. It works for a normal rendering.
      The problem are coming as soon as the user wants to output the Alpha Channel or some Multipass.
      VPBUFFER_RGB is a MultipassBitpmat so I tried to understand its contain. As I was expecting, the layer count is 1 during a normal rendering and more if the user wants multipass (count = multipass effect +1), alpha layer count is 1 if the user wants the alpha channel.

      I thoughts that maybe if I create a MultipassBitmap with the same layers in it, renderdocument would maybe render thode data too in my sub pictures, but it doesn't work.

      Well I need those data in my sub pictures. I need sometime to save them. How can I get them ?

      thanks,

      Vincent

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