-
I'm using the dynamic item UI elements in a project and noticed they aren't actually supported in the current release. The code for them is there, and there is an official example using them, but dyanmic.py is not included in the ui module's init.py, so it cannot be imported and used as shown in the example. Is this intentional or is this a bug? I've been having to pip install from the current repository head on GitHub, but this isn't necessarily stable and it would be nice to see it in an official release. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not in the 2.3.2 release. It's available on the master branch, which you can install using git. Iirc there are some blockers that are preventing the release of 2.4.0 (I may be incorrect on this) |
Beta Was this translation helpful? Give feedback.
It's not in the 2.3.2 release. It's available on the master branch, which you can install using git. Iirc there are some blockers that are preventing the release of 2.4.0 (I may be incorrect on this)