Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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,
On 20/08/2009 at 12:52, xxxxxxxx wrote:
yes:
SaveDocument(doc, filename, SAVEFLAG_DONTADDTORECENTLIST, FORMAT_C4DEXPORT);
cheers, ello
On 20/08/2009 at 13:17, xxxxxxxx wrote:
How do I do that for R10?