Hello,
I was having a strange problem having different resutls when exporting a scene using a custom SceneSaverData.
If we export from the main menu File, Export...
, it works fine, and I can see it calls SceneSaverData::Save()
with the active document.
If we export from the Objects Manager File, Export Selected Object As...
, it will fail in some of my objects when trying to retrieve a BaseLink, and I can see it's using another (cloned?) document. I fixed it by trying with ForceGetLink()
if the link is null.
Is that difference in the documents passes to the exporter by design?
Shouldn't my BaseLinks just work?
Thanks,
Roger