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

    Render Settings Save formats

    SDK Help
    0
    2
    198
    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

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

      On 06/10/2003 at 05:56, xxxxxxxx wrote:

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

      ---------
      How do I add a format to the list offered on the Render Settings Save panel? 
      I need some projection and depth data as well as the rgb channel, so I think I need to use a VideoPost plugin to gather that data.
      A BitmapSaver plugin looks like it could be what I want to do the file writing, but I'd need to determine whether my VideoPost plugin was enabled (or ideally add it automatically), and to associate the data it collects with the right bitmap, particularly if I'm rendering a sequence, so that I save the right data and discard it as soon as possible.

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

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

        On 12/10/2003 at 01:54, xxxxxxxx wrote:

        BitmapSaverData is the one to use. (See the BFF example.)
        But that hook is very primitive. You won't be able to check for videoposts. Perhaps you could do it the other way, making the video post (or a scene hook) automatically change the file format.
        I'm not sure that a custom file format is the way to go. Couldn't you add custom buffers to the exisiting multi-pass architecture?

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