Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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.
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