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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Set Track Data Method?

    Cinema 4D SDK
    r21 python
    3
    4
    363
    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.
    • B
      bentraje
      last edited by

      Hi,

      I can see there is a Get2dTrackData() method.
      Is there a Set2dTrackData() equivalent?

      Example use case is:

      1. I have tracked a footage with a frame sequence of 0-100
      2. Client wants to extend to to 0-110.
      3. When I reimport the the footage which is virtually the same, all the track data is lost.
        I have to do the tracking data (create new tracks, etc) again. This is ridiculous.
      4. This has been confirmed by the Maxon support team.

      I was wondering if I can copy the data track from the old motion tracker to the new tracker.
      That's why I am looking for the SetTrackDataMethod.

      Is there a way around this?

      1 Reply Last reply Reply Quote 0
      • ferdinandF
        ferdinand
        last edited by ferdinand

        Hi,

        It looks like that type has been designed to only grant read access even in C++, from MotionTrackerObject (emphasis by me).

        Provides read access to Footage and 2D Tracking information for the object. This allows access to the raw 2D Tracks to be used for user purposes, e.g. to drive custom animation systems.

        Cheers,
        zipit

        MAXON SDK Specialist
        developers.maxon.net

        1 Reply Last reply Reply Quote 0
        • M
          m_adam
          last edited by m_adam

          Hi, I can confirm there is no way exposed to 3rd party developers to set manually the 2D/3D track Data.

          Cheers,
          Maxime.

          MAXON SDK Specialist

          Development Blog, MAXON Registered Developer

          1 Reply Last reply Reply Quote 0
          • B
            bentraje
            last edited by

            @zipit @m_adam

            Apologies for the late response. Thank you for the confirmation both.
            I will close this for now.

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