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. sean
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by sean

    • S

      The console does not correctly recognize object properties

      Cinema 4D SDK
      • r21 c++ • • sean
      7
      0
      Votes
      7
      Posts
      1.1k
      Views

      S

      @zipit

      This plug-in has a twin plug-in that has some properties with the same name, and I suspect that the properties with the same name cause conflicts (even if the ids are different).I made the modification and it is normal now.

      Thank you for your reply

      Cheers

    • S

      How do I compile a plug-in that is compatible with both R20 and R21

      Cinema 4D SDK
      • r21 r20 c++ • • sean
      4
      0
      Votes
      4
      Posts
      609
      Views

      r_giganteR

      Hi sean, thanks for reaching out us.

      The broken forward compatibility between R20 and R21 is reported on Changes in R21.
      With regard to backward binary compatibility, it has never been possible to run a plugin built against a more recent API and load on a previous Cinema 4D executable as reported on Portability and Compatibility.

      Best, R.

    • S

      How to properly use OpenSSL for local validation

      Cinema 4D SDK
      • c++ r21 • • sean
      5
      0
      Votes
      5
      Posts
      806
      Views

      S

      Just FYI: you find that information regarding ./res/libs/win64 in the documentation: Development for Microsoft Window

    • S

      Unable to insert a key frame for the color attribute of the plugin.

      Cinema 4D SDK
      • python c++ r19 r20 r21 • • sean
      9
      0
      Votes
      9
      Posts
      1.4k
      Views

      S

      @m_magalhaes
      Hello, thank you very much for your inspiration. You've been very helpful.

      There is no need to overwrite TranslateDescID(), only two macros HandleDescGetVector and HandleDescSetVector can realize my idea. Thanks again!

      Cheers,
      Sean

    • S

      Cannot modify Lens Effects

      Cinema 4D SDK
      • • • sean
      3
      0
      Votes
      3
      Posts
      632
      Views

      S

      @m_adam Thank you. Thank you very much!