.mds import/export filter

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

On 18/04/2003 at 19:26, xxxxxxxx wrote:

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

---------
Is it possible to write an import/export filter(plugin) for RTCW .mds and .mdc model files with bone structures and animations? If so, how would one get started. I've downloaded quite a bit of info and source on the file formats and I'm studying the material now.

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

On 19/04/2003 at 08:28, xxxxxxxx wrote:

Since you included both languages, let me recommend the C++ API for this. (And for everything for that matter.) You should have a look at the STL.cpp example in the C++ SDK for the C4D side of things. I know nothing about RTCW, mds or mdc.

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

On 20/04/2003 at 15:56, xxxxxxxx wrote:

Thanks Mikael,

That's just what I needed.

Cactus Dan