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
    • Register
    • Register
    • Login

    Not working FieldLists Keyframes and Tracks

    Cinema 4D SDK
    python r23
    2
    3
    554
    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.
    • mikeudinM
      mikeudin
      last edited by

      I found out strange behavior in my plugin with a Fieldlist UI.

      1. Fieldlist cannot be animated.
      2. Properties of new field layers and field modifiers do not appear after being added to the list.
        Moreover, I could not reproduce this on another test plugin.🤔🤔This control is not dynamic and added using a res file.
        Apparently the reason is in the plugin code, there is some kind of conflict with other UI elements or descriptions. What could be the problem?

      FieldList_Bug.gif

      Checkout my python tutorials, plugins, scripts, xpresso presets and more
      https://mikeudin.net

      ferdinandF 1 Reply Last reply Reply Quote 0
      • ferdinandF
        ferdinand @mikeudin
        last edited by ferdinand

        Hello @mikeudin,

        Thank you for reaching out to us. As always, without code we cannot do much here. I must also point out that what you are here effectively asking for, us debugging your code for you, is out of scope support. Because you demonstrate yourself that parameters of type FieldList work in principle. To increase your chances of us helping you with debugging, you must minimize your code example (you did not do that in your last case for example and I did it there for you).

        Out of my head, reasons for this could be incorrect Get/SetDParameter or TranslateDescID implementations, but that is only a guess and therefore pretty meaningless.

        Cheers,
        Ferdinand

        MAXON SDK Specialist
        developers.maxon.net

        1 Reply Last reply Reply Quote 1
        • mikeudinM
          mikeudin
          last edited by

          @ferdinand Thank you! That was TranslateDescID issue!

          Checkout my python tutorials, plugins, scripts, xpresso presets and more
          https://mikeudin.net

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