Save Project with Assets (again) [SOLVED]
-
On 02/07/2015 at 08:54, xxxxxxxx wrote:
Hi Guys,
I just want to know if there is still now way to use the "Save Project with Assets..." Command from
Python without it asking the user for the target directory? Maybe there is some way that I haven't
seen yet.Thanks!
-Niklas -
On 02/07/2015 at 11:10, xxxxxxxx wrote:
Are you using
c4d.documents.SaveProject(doc, flags, targetPath, assets, missingAssets)
It works fine here without showing the Save As dialog as long as i supply a valid path.
-b
-
On 02/07/2015 at 11:24, xxxxxxxx wrote:
There you go, that's the function I didn't know about Seems like I didn't read the "New in R15"
page well enough. Thanks, Bonask! I'll try it out asap.Best,
-Niklas