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

    Cineman

    SDK Help
    0
    3
    250
    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 20/11/2013 at 03:14, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R14 
      Platform:   Windows  ;   
      Language(s) :

      ---------
      How can I use Cineman's Rib Exporter?

      or It is possible to use like SaveDocument() fuction?

      Bool SaveDocument(BaseDocument* doc, const Filename& name, SAVEDOCUMENTFLAGS saveflags, LONG format)

      //add

      Cineman write rib file after VIDEOPOSTCALL_SUBFRAME(open)
      and rendering immediately via renderman's renderer.

      so, Is there any update plan to separate out
      write rib file after VIDEOPOSTCALL_SUBFRAME(open)
      and rendering rib after VIDEOPOSTCALL_RENDER(open).

      It is very important to making PointCloud or BricMap Pass.

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

        On 05/12/2013 at 08:05, xxxxxxxx wrote:

        Sorry for the late reply. The ID of the Cineman RIB exporter is

        > #define FORMAT_RIBEXPORT 1018371

        You can pass it to the SaveDocument() function or retrieve the SceneSaverData plugin directly
        if you need more control over the export settings.

        Cineman write rib file after VIDEOPOSTCALL_SUBFRAME(open) 
        and rendering immediately via renderman's renderer.

        so, Is there any update plan to separate out 
        write rib file after VIDEOPOSTCALL_SUBFRAME(open) 
        and rendering rib after VIDEOPOSTCALL_RENDER(open).

        It is very important to making PointCloud or BricMap Pass.

        Do you want to hook in at the place before Cineman starts rendering?

        Best,
        -Niklas

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

          On 06/12/2013 at 04:46, xxxxxxxx wrote:

          Hi, Niklas
          Yes, I need the place where to modify RIB that generated by CINEMAN.

          ex)
          main.Rib include following code.

          readarchive prepass.rib (make pointcloud)
          ..........
          ..........
          readarchive cineman.rib (generated by CINEMAN)
          

          and swap  filename both main.rib and cineman.rib.
          Now, cineman.rib include above code. so, then Cineman render prepass.rib, main.rib 
          that actually contained contents of cineman.rib.

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