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

    Listing object's values from keyframe(s)

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 299 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

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 10/01/2005 at 09:58, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.100 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      How do I access an object's pos[x,y,z] values from a keyframe? Or walking through all keyframes and list the object's values

      Let say the output will be:
      frame:1 obj:Cube x:100 y:100 z:100
      frame:3 obj:Cube x:120 y:100 z:100
      frame:7 obj:Cube x:150 y:100 z:100
      ...
      frame:60... etc

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 10/01/2005 at 10:43, xxxxxxxx wrote:

        Hi,

        afaik this (accessing PSR keys) is not possible anymore with COFFEE since v8.

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 10/01/2005 at 22:37, xxxxxxxx wrote:

          Is there any other way to do this?

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 11/01/2005 at 05:14, xxxxxxxx wrote:

            well, you could take the Position, Scale and Rotation directly from the object at certain frames. Use AnimateDocument to animate the document and then take the objects PSR.

            I thought about the COFFEE issue and maybe accessing the keys might still be possible (but it´s not possible to set new ones!). I am not sure anymore. You might want to check the forum search function to see how to access tracks, sequences and keys.

            Hope that helps

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