Solved Not working FieldLists Keyframes and Tracks

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

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

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

@ferdinand Thank you! That was TranslateDescID issue!

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