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. kng_ito
    3. Best
    K
    • Profile
    • Following 1
    • Followers 0
    • Topics 21
    • Posts 44
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by kng_ito

    • RE: HOW TO Turn off the auto tangent checkbox on keyframes using python API

      Hi,
      These can be used for doing so.

      CKey.ChangeNBit(c4d.NBIT_CKEY_AUTO, False)
      CKey.ChangeNBit(c4d.NBIT_CKEY_REMOVEOVERSHOOT, False)
      

      By the way, if you want to get correct value of tangents, CCurve.GetTangents() should work correctly, instead of using CKey.GetTimeLeft, etc.

      posted in Cinema 4D SDK
      K
      kng_ito