BaseLink & Document Copy

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

On 01/06/2003 at 12:15, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.100 
Platform:   Windows  ; Mac  ;  Mac OSX  ; 
Language(s) :     C++  ;

---------
Hello !

I have a plug that stores a baselink to an object. When the document is copied (when rendering in a window), does the link points to the copied object in the copied document or does it points to the original object in the original document?

Thanks for helping ! 🙂

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

On 02/06/2003 at 01:25, xxxxxxxx wrote:

First of all, please resolve the conflicting SDK versions in your header/footer. I'm assuming you're using 8.100, since there are no BaseLinks in 6.3.
When the document is copied the new base links point to the new document, since AliasTranslator::Translate() is called with connect_oldgoals set to TRUE.