THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/05/2006 at 05:47, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hi,
I tried to merge a scene into the currently active document and MergeDocument returns TRUE, but nothing is merged into the scene. :-/
Anybody knows how to use MergeDocument() or why it´s not workign?
BaseDocument *doc=GetActiveDocument(); if (!doc) return FALSE;
MergeDocument(doc,this->file,SCENEFILTER_MERGESCENE,NULL);