Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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
    • Recent
    • Tags
    • Users
    • Login

    Tangent in tracks [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 287 Views
    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.
    • H Offline
      Helper
      last edited by

      On 09/09/2015 at 09:32, xxxxxxxx wrote:

      How do I get the tangent values of keys in the animation tracks.
      I see there are left and right values, but how are they related to tangents.

      Is a track not in fact a (Bezier) spline (with key values and splines)?

      -Pim

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 10/09/2015 at 01:36, xxxxxxxx wrote:

        Hello,

        a keyframe is defined by its position in time and its value. So you can describe it as a point in a coordinate system defined by time and value. The tangent is defined by two points that accompany the keyframe. One point is left of the keyframe, one point is right of the keyrame; you can access their position in time and value using the proper functions. Just take a look at the Attribute Manager when you selected a keyframe in the Timeline window.

        The difference between the animation curve and the splines you use in the viewport is that with splines you can create any form including loops etc. The animation curve in contrast is a function that defines for each point in time only one valid value.

        Best wishes,
        Sebastian

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 11/09/2015 at 00:09, xxxxxxxx wrote:

          OK, thanks.

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