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

    daniell

    @daniell

    0
    Reputation
    6
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    daniell Unfollow Follow

    Latest posts made by daniell

    • RE: Display data in the attribute manager that is not stored in the object base container

      Thanks, Using GetDParameter to return the value seem to work fine.

      posted in Cinema 4D SDK
      D
      daniell
    • Display data in the attribute manager that is not stored in the object base container

      I have a generator object that should display some derived data in the Attribute manager. The user should not be able to edit it. So far, we stored the text to display in the base container of the object and made this variable visible in the Attribute manager.
      This has the disadvantage that every time the value is evaluated it increases the dirty counter of the object. Thus, we would like to display it, without storing the value in the object's base container. Is this possible?
      If not, is there any other preferred way to display derived data without increasing the dirty counter?

      posted in Cinema 4D SDK
      D
      daniell