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

    Documentation for 6.3 ?

    SDK Help
    0
    3
    413
    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 27/08/2003 at 06:28, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   6.3 
      Platform:      
      Language(s) :     C++  ;

      ---------
      Hallo,
       
      I need the C++ documentation for C4D 6.3. I can only find the
      7.3 and the 8.1 docu.
       
      thanks in advance, 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 27/08/2003 at 09:06, xxxxxxxx wrote:

        there were no C++ docs for 6.3, but it should mostly be the same as 7.3.

        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 27/08/2003 at 10:57, xxxxxxxx wrote:

          Thanks David,
          Unfortunatly I spotted differences or I am not sure.
          Are there diffreences between the following Plugin objects
           
          6.3                7.3
          -------------------------------
          CPluginKey - PluginKey
          CPluginSequence - PluginSequence
          CPluginTrack - PluginTrack
           
          I like to convert the MorphMixer from the 7.3 SDK to 6.3.
          I get errors at compiling because the PluginKey, -Sequence, -Track
          objects are not declared. I looked into the animplug header file
          and found that they called CPluginKey, -Sequence, -Track there.
          In MorphMixer.cpp is also "m.flags" MenuPlugin structure member
          but not in the 6.3 MenuPlugin header. I have tried to add this
          member and changed also the names of the plugin classes in
          the "MorphMixer.cpp". I can now compile fine and run the plugin.
          It works except the Animation. It records nonsense.
           
          Can someone help me please ?
          I would really like to use this plugin.
           
          best regards, Matthias

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