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

    COFFEE GUIdemo

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 276 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 19/02/2008 at 14:33, xxxxxxxx wrote:

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

      ---------
      I get an error when I try to run the example GUIdemo located in hte user interface section of the COFFEE SDK.  The error reads... variable or function expected... line 93 which is the second else if statment.  Does anyone know the reason for this?
      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 20/02/2008 at 02:18, xxxxxxxx wrote:

        That is because it contains calls of BaseSequence/BaseTrack/BaseKey classes. These classes are not supported anymore since Cinema 4D version 10. Just delete the lines 93-104 from the GUIdemo code and it will work.

        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 20/02/2008 at 07:05, xxxxxxxx wrote:

          Thanks Matthias,  It works now.  So what do I do if I watn to manipulate track or keys now that v 10 doesn't support these classes?
          Also
          I can't find this flag    switch (msg->GetId())
           {
            case BFM_DRAGRECEIVE:
          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 20/02/2008 at 07:18, xxxxxxxx wrote:

            Unfortunatly you can't manipulate tracks/keys with COFFEE in Cinema 10. To do so you have to use the C++ API. Sorry.

            cheers,
            Matthias

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