Not working FieldLists Keyframes and Tracks
-
I found out strange behavior in my plugin with a Fieldlist UI.
- Fieldlist cannot be animated.
- 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?
-
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
orTranslateDescID
implementations, but that is only a guess and therefore pretty meaningless.Cheers,
Ferdinand -
@ferdinand Thank you! That was TranslateDescID issue!