Hi,
I’m desperately trying to find a way to update the item list in a dropdown box based on an EnumProperty after it’s declaration in a class. I’ve tried all the suggested solutions but none of them is working because they are based on previous Blender versions and API changed since that or simply because it doesn’t work
I finally tried to use a callback function which returns the item list, it works once when the class is instanciated but the function doesn’t seem to ba called during the UI refresh.
It was so simple with the Blender 2.49 menus, I can’t imagine that it’s so complicated with Blender 2.59. Did I missed something ?
Help required please