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

    copy-paste frames plugin

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 392 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 06/02/2007 at 12:48, xxxxxxxx wrote:

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

      ---------
      Hi again
      I planning to write a plugin for internal use.
      the plugin would be able to copy-paste keyframes based on a phoneme file created by another application for easier lip-sync.

      I would create the basic poses (A, M, F, etc) then I would copy the corresponding pose frames to the time specified by the phoneme file.

      I know there are tools that do this based on morph targets, but we choose to do bone rigs for the character.

      I've been researching on how to do the copy-paste, but have no idea on how to implement it.
      The way I do the copy-paste frames is by (Control+click) but I don't find any command associated with that combination on the Command Manager.

      Any ideas?
      thanks.

      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 07/02/2007 at 01:42, xxxxxxxx wrote:

        I think this is probably not possible at the moment with COFFEE. Most of the timeline functions in R10 are not supported by COFFEE. Do you use R10?

        cheers,
        Matthias

        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 07/02/2007 at 08:54, xxxxxxxx wrote:

          Hi Matthias, you've been a great help thanks.
          Yes I'm using R10, the improvements on bone animation and workflow are a big plus!.

          so I would have to use c++?

          I looked at the animation plugin template at (cinema4dsdk/source/animation) so I have a starting point, but again no clue on detail implementations.

          any sample code I can look at?

          thanks again!

          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 12/02/2007 at 08:10, xxxxxxxx wrote:

            Take a look at the MorphMixer example in the C++ SDK, especially the static CreateKey() function. There you can see how to create keys. Basically you have to get the CTrack and the CCurve and then add the key to the CCurve.

            Btw. what sort of track do you want to use for the poses?

            cheers,
            Matthias

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