Navigation

    • Register
    • Login
    • Search
    1. Home
    2. honear
    H

    honear

    @honear

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

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    honear Follow

    Best posts made by honear

    This user does not have any upvoted posts yet.

    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 •
    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 •
    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 •