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

    Python FileChooser

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 283 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 13/12/2013 at 08:45, xxxxxxxx wrote:

      Hello,
      is there a FileChooser-Dialog to open?
      The SDK doesnt state anything,
      but i hoped there could be something like c4d.gui.FontDialog() but for file-choosing.

      thanks,
      Bertram

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

        On 13/12/2013 at 10:55, xxxxxxxx wrote:

        Take a look at c4d.storage.LoadDialog()

        Best,
        -Niklas

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

          On 13/12/2013 at 16:21, xxxxxxxx wrote:

          thanks Niklas,
          excactly what i was looking for 🙂

          if someone else stumples upon this,
          to choose / select a directory simple do:
          c4d.storage.LoadDialog(flags=c4d.FILESELECT_DIRECTORY)

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