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. ViVace_
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by ViVace_

    • RE: Notify CommandData Plugin from a PreferenceData Plugin

      Thank you very much, I do not know why I didn't find this post but this works perfectly 🙂 I find this to be a quite elegant solution compared to the different things I tried with the message system which didn't even work out in the end.

      posted in Cinema 4D SDK
      V
      ViVace_
    • Notify CommandData Plugin from a PreferenceData Plugin

      Hello,

      I have a CommandData Plugin which can have preferences. These preferences are implented in a PreferenceData Plugin. How would I notify the CommandData Plugin that the preferences have changed? I can't get the CommandData Instance from inside the PreferenceData, so I assume that I need to use the message system but when using GePluginMessage() from inside the PreferenceData Plugin I do not receive anything in PluginMessage() inside of the CommandData Plugin.

      Is there something I am missing or do I need to use another message system? Thank you in advance.

      posted in Cinema 4D SDK 2023 python
      V
      ViVace_