On 26/09/2013 at 06:34, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13.061
Platform: Windows ;
Language(s) : C++ ;
---------
Hello,
I like to copy some objects from one c4d project into another project. I open a second project with LoadDocument(...) and now I can scan all objects. I'm create new objects in my project and use the CopyTo(..) function to copy all data (BaseContainer and tags) to my object in my project. That's working.
But in some BaseContainers are LINKs inside with references to other objects. The CopyTo(..) function can not copy this links simple. I'm reading something about the AliasTrans parameter, but I don't understand how this is working. Or what I have to implement it. How convert C4D the links into my project?
regards
Markus