Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    Save Project with Assets (again) [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 267 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post