Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    How can i render/add render queue in Python ?

    Cinema 4D SDK
    3
    4
    752
    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.
    • I
      ilad
      last edited by m_adam

      Hi , i am new to C4D but familiar with Python , i discover a lot in google and forum,but find nothing about simple instant render code demo

      Unlike Blender which has huge resource about code , C4D is a little difficult to find code demo,

      so i wonder is there any way to start render in C4D ?

      Here is my fake code demo :

      #fake code demo
      
      set_render_output("D://path")
      set_render_format("PNG")
      set_render_resolution(2000,1300)
      add_to_render_queue()
      start_render()
      
      

      is there any method to achieve the fake code demo i posted?

      It is very simple , but maybe i dont have good luck , i find nothing relative in internet

      Thanks if you have any ideas!!

      1 Reply Last reply Reply Quote 0
      • M
        m_adam
        last edited by

        Hi @ilad you have example provided in https://github.com/PluginCafe/cinema4d_py_sdk_extended/tree/master/scripts/05_modules/batch_render

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        I 1 Reply Last reply Reply Quote 0
        • I
          ilad @m_adam
          last edited by ilad

          @m_adam Ok, i have try successfully in add render queue with your help , but , how can i set the output name of the batch render ??

          1 Reply Last reply Reply Quote 0
          • ManuelM
            Manuel
            last edited by

            hi,

            I've moved the answer about the output path to this thread

            Cheers,
            Manuel

            MAXON SDK Specialist

            MAXON Registered Developer

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