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
    1. Maxon Developers Forum
    2. honear
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    honear

    @honear

    0
    Reputation
    3
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    honear Unfollow Follow

    Latest posts made by honear

    • How do I get the status of redshift AOV mode?

      working on something in python, and i'm trying to create some if statements depending on whether AOV's are Enabled or Disabled. The Command Line tells me to use "Redshift[c4d.REDSHIFT_RENDERER_AOV_GLOBAL_MODE]" but this only returns "None" regardless of whether it's enabled or disabled. How do I access this data?

      Thank you

      posted in Cinema 4D SDK python
      H
      honear
    • RE: Trigger Autosave

      Hi Ferdinand,

      No worries! Thanks for the reply, it was very helpful as a starting point. I ended up using the c4d.GetWorldContainerInstance() and then c4d.WPREF_AUTOSAVE_DEST_PATH to get the custom filepath and then just a SaveDocument with the AUTOSAVE flag seems to be doing the trick. thanks again! 🙂

      posted in Cinema 4D SDK
      H
      honear
    • Trigger Autosave

      Hi!
      Super new to coding in Python and with C4D. I'm making a script, and I was wondering if there is a way to add a few lines so that when you execute a script, it also triggers an Autosave. That is, the current file will get saved to its Autosave location with the date and time appended, but your current document will stay the same.

      Thank you!

      posted in Cinema 4D SDK python
      H
      honear