Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Maximize/Resize "Add Motion Clip" Window

    General Talk
    2
    3
    610
    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.
    • Leo_SaramagoL
      Leo_Saramago
      last edited by

      Hi! Is there a way to Maximize/Resize the "Add Motion Clip" window via Python since C4D's interface won't allow it? Thanks for your time.

      "The idea dictates everything."

      by David Lynch

      1 Reply Last reply Reply Quote 0
      • ferdinandF
        ferdinand
        last edited by

        Hi,

        strictly speaking, no, there is no sane way to do this. You could of course start digging around in the OS specific APIs or use a specific wrapper, win32gui for Windows for example, but that would obviously only work for actual window frames of the GUI framework of the OS. Cinema's internal window concept, i.e. anything that is docked, is completely off limits within Python.

        Cheers,
        zipit

        MAXON SDK Specialist
        developers.maxon.net

        Leo_SaramagoL 1 Reply Last reply Reply Quote 0
        • Leo_SaramagoL
          Leo_Saramago @ferdinand
          last edited by

          @zipit Thanks!

          "The idea dictates everything."

          by David Lynch

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