SaveDocument() w/o Recent Files?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/08/2009 at 11:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10-R11
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;---------
Any way to call SaveDocument() or alternative to create a .c4d file without having it automatically added to the Recent Files list in the main menus? The document has not been added to the document list!Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/08/2009 at 12:52, xxxxxxxx wrote:
yes:
SaveDocument(doc, filename, SAVEFLAG_DONTADDTORECENTLIST, FORMAT_C4DEXPORT);
cheers,
ello -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/08/2009 at 13:17, xxxxxxxx wrote:
How do I do that for R10?
