problem with exporting the document

On 17/03/2014 at 02:04, xxxxxxxx wrote:

_documents.SaveDocument(doc,"test export", c4d.SAVEDOCUMENTFLAGS_EXPORTDIALOG, c4d.FORMAT_OBJEXPORT)

this used to work perfectly in R14, now in R15, i don't get the export dialog, it just exports some file in the project directory without any extension
_

On 17/03/2014 at 16:04, xxxxxxxx wrote:

Here is a snipet from my current project. Works for me.

c4d.documents.SaveDocument(doc, Spath, c4d.SAVEDOCUMENTFLAGS_DONTADDTORECENTLIST,c4d.FORMAT_C4DEXPORT)

Hope it helps.

On 18/03/2014 at 01:35, xxxxxxxx wrote:

it works only with C4DEXPORT, i need DXFEXPORT and it doesn't work. OBJEXPORT also doesn't show any dialog. 😞

On 18/03/2014 at 03:50, xxxxxxxx wrote:

hmm i found out that i must pass the c4d. SAVEDOCUMENTFLAGS_SAVEAS flag, but i'm sure this was not needed before R15