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
    1. Maxon Developers Forum
    2. unti
    3. Topics
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by unti

    • U

      Set Use As Render View

      Cinema 4D SDK
      • python • • unti
      3
      0
      Votes
      3
      Posts
      672
      Views

      U

      Thank you Manuel, that works perfectly.

      I can use CallCommand() but I don't want to as it will always call c4d.EventAdd() and as I can't specify which bd to set as the renderview. I tend to not use CallCommand() in a plugin as it is only be able to be called in the main thread (which would be fine in this case) and as it seems to 'simulate' user interaction.

    • U

      Disable default Right-Click Menu

      Cinema 4D SDK
      • python r19 r20 r21 • • unti
      9
      0
      Votes
      9
      Posts
      1.9k
      Views

      U

      @m_adam
      Thanks!
      Thats a perfect explanation that solves many of my issues - even in some of my other Plugins.
      I am sorry, I did in fact refer to c4d freezing when I said crashing. Sorry for the confusion.