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

    Close Cinema 4D with C++ plugin??

    Cinema 4D SDK
    c++ r21
    2
    3
    390
    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.
    • J
      JuicyJuggles
      last edited by JuicyJuggles

      Hi All,

      Pretty straight forward. How can I quit the Cinema 4D application from my C++ plugin?
      I cant find anything obvious in the documentation.

      Thank you!

      1 Reply Last reply Reply Quote 0
      • ManuelM
        Manuel
        last edited by

        hi,

        there's no function to close cinema4D.

        You can use CallCommand

        The id for the command Quit is 12104

        CallCommand(12104)
        

        Cheers,
        Manuel

        MAXON SDK Specialist

        MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • J
          JuicyJuggles
          last edited by

          That is a great idea! Thank you!

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