THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/06/2011 at 08:59, xxxxxxxx wrote:
********Is there a way to save the .c4d scene without that File Browser popping up?
In Coffee. This code will do that: doc->Save(SceneName);
But I can't find anything like that in the Python docs.
Using: c4d.documents.SaveDocument(doc, path, flags, c4d.FORMAT_C4DEXPORT) always results in the File Browser popping up. No matter what flags I use.
I found this in the docs: c4d.plugins.SceneSaverData
But it's rather vague and says: "Use RegisterSceneSaverPlugin to register the plugin.
Does that mean that saving without the file Browser popping up can only be done with a full blown, registered plugin?
That doesn't seem right.
-ScottA