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. heytraile
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    heytraile

    @heytraile

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

    heytraile Unfollow Follow

    Latest posts made by heytraile

    • clicking a tab in a custom tabbed UI layout is logging null to the console, WHY?

      I have a tabbed layout from a .res file; the layout is working fine and all the elements inside are working, but every time I click on one of the tabs, it logs null to the console, WHY is this happening?

      posted in Cinema 4D SDK python 2023 windows
      H
      heytraile
    • RE: HOW TO Turn off the auto tangent checkbox on keyframes using python API

      @i_mazlov Thanks much for explanation.

      posted in Cinema 4D SDK
      H
      heytraile
    • HOW TO Turn off the auto tangent checkbox on keyframes using python API

      Hi, I'd like to know how to turn off the Auto Tangents and Remove Overshooting checkbox on keys in C4D using the python API. I wrote a tool to bring keyframe data from C4D to other applications but with Auto Tangents and Remove Overshooting on, I'm getting differences in my tangents. Once I turn them off and run my tool again, I'm getting the correct results.

      There is the

      CKey.SetAutomaticTangentMode
      

      but it does nothing for me. Is there a way to do this with the API? I've attached an image to show the checkboxes I'm referring to.
      90a6b688-ce43-41fe-abf8-9797a46b3ba6-image.png

      Thanks in advance.

      posted in Cinema 4D SDK python windows 2023 2024
      H
      heytraile