I would like to know if there is a way to modify the items of an enumProperty instance defined in a propertyGroup class ?
The items should be dynamically loaded, I can do it in the class during the instanciation but not after.
The only way I find to achieve that result is to create a menu but I’m not satisfied mainly from UI point of view.