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

    Access the Output Folder path from a RS BakeSet

    Cinema 4D SDK
    2025 python windows
    2
    3
    520
    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
      itstanthony
      last edited by

      Hi everyone,

      I'm currently working on a Python script for Cinema 4D using Redshift, and I'm trying to retrieve the Output Folder path from a RS Bakeset.

      I've tried several approaches to get the parameter ID, but so far, no luck. I haven’t been able to find the correct constant or method to access that field via Python.

      For context, I'm using the latest versions of both Cinema 4D and Redshift.

      Does anyone know how to access the Output Folder path from the Bakeset object? A parameter ID, code snippet, or even just a hint in the right direction would be greatly appreciated.

      Thanks in advance for your help!

      i_mazlovI 1 Reply Last reply Reply Quote 0
      • i_mazlovI
        i_mazlov @itstanthony
        last edited by i_mazlov

        Hi @itstanthony,

        Similar topic has already been discussed in the adjacent thread: Texture Baking in Redshift using Python.

        The TL;DR version is: the baking tool itself is sealed from being accessed from our API, hence the furthermost point you can reach is simulating the click on [Bake] button. Since the path you'd like to have is contained inside the Bakeset dialog, you unfortunately cannot retrieve it. This information is best to be double checked with redshift team on Redshift Forum.

        Cheers,
        Ilia

        MAXON SDK Specialist
        developers.maxon.net

        1 Reply Last reply Reply Quote 0
        • I
          itstanthony
          last edited by

          Hi Ilia,

          Thanks a lot for the quick and clear reply!

          That makes sense. I had a feeling it might be a limitation of the current API. I’ll definitely follow up with the Redshift team on their forum to confirm whether there’s any workaround or future support planned for accessing those fields.

          Appreciate your help and the reference to the related thread!

          Cheers,
          Anthony

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