THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/06/2008 at 14:31, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform:
Language(s) : C.O.F.F.E.E ;
---------
I searched the forum, but i only found c++ codes. So I ask, isn't it possible just import the content of a file, e.g. a bone hierarchy (biovision).
> \> var file = GeGetStartupPath() ; \> file->FileSelect("Please select your file ", FALSE); \> var f = new(BaseFile); \> f->Open(file); \> var document = new(BaseDocument); \> LoadDocument( file ); \> \>
The command LoadDocument( file ); just opens the file, i want merge with the current active document.
The searchresults in the Forum shows only c++ ways
sincerely
msthavoc