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

    Attention: COFFEE animation plugins

    SDK Help
    0
    9
    999
    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
      Helper
      last edited by

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

      On 24/06/2008 at 08:12, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:    
      Platform:      
      Language(s) :

      ---------
      Please note, since Cinema 4D R10 the BaseTrack/BaseSequence/BaseKey classes are not working anymore due to the massive changes in the timeline.

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

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

        On 24/06/2008 at 08:54, xxxxxxxx wrote:

        also PluginTrack, PluginSequence, PluginKey, PLAKey

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

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

          On 24/06/2008 at 12:02, xxxxxxxx wrote:

          PluginTrack, PluginSequence, PluginKey and PLAKey are derivates of of the Base classes so it makes sense that they do not work either.

          cheers,
          Matthias

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

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

            On 26/06/2008 at 01:39, xxxxxxxx wrote:

            Hello,
            i tried to read the animation track from a object with this code.

            > \> main(doc,op) \> { \> var erster = doc->FindObject("erster"); \> var track = erster->GetFirstTrack(); \> } \>

            the second println returns 0. is there any workaround?

            can anybody help me?

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

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

              On 26/06/2008 at 01:53, xxxxxxxx wrote:

              As noted in the first post since Cinema 4D R10 the animation specific classes are not supported anymore.

              Please always state your Cinema 4D version number.

              cheers,
              Matthias

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

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

                On 26/06/2008 at 02:57, xxxxxxxx wrote:

                Thank you for the quick reply. So if i want to access the timeline programmatically, i have to use the c++ sdk? is that right?

                Cheerio, Reini

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

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

                  On 29/06/2008 at 07:23, xxxxxxxx wrote:

                  yes

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

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

                    On 04/07/2008 at 00:08, xxxxxxxx wrote:

                    does that also mean that Maxon doesnt plan to support Coffee in the future with new Upgrades to the Software? will the limited options of coffee shrink away slowly? Or is there a coffee update in the pipeline?

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

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

                      On 18/08/2008 at 06:23, xxxxxxxx wrote:

                      User Information:
                      Cinema 4D Version:    
                      Platform:      
                      Language(s) :

                      ---------
                      Hi,

                      Just a notice that with Cinema4D R11 COFFEE includes animation support again. There are new classes for track, curves and keys

                      CTrack:
                      GetObject
                      CopyTo
                      GetClone
                      GetCurve
                      GetTrackCategory
                      GetBefore
                      GetAfter
                      SetBefore
                      SetAfter
                      FlushData
                      GetTimeTrack
                      SetTimeTrack
                      GetValue
                      FillKey

                      CCurve:
                      GetKeyCount
                      GetKey
                      DelKey
                      FlushKeys
                      SortKeysByTime
                      GetValue
                      SetKeyDirty
                      SetDirty
                      GetDirty
                      SetKeyDefault
                      GetTrack

                      CKey:
                      GetTime
                      GetTimeLeft
                      GetTimeRight
                      GetValue
                      GetValueLeft
                      GetValueRight
                      GetInterpolation
                      GetGeData
                      GetCurve
                      GetTrack
                      SetTime
                      SetTimeLeft
                      SetTimeRight
                      SetValue
                      SetValueLeft
                      SetValueRight
                      SetInterpolation
                      SetGeData

                      There will be a detailed documentation of the new classes but basically they work the same as the C++ classes.

                      cheers,
                      Matthias

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