I have found a workaround:
id_ui_properties = gn_modifier.id_properties_ui(socket) ui_properties_dict = id_ui_properties.as_dict() menu_items = ui_properties_dict['items']
The…
Thanks for the reply, I hope to find a way to set this menu via python in the modifier UI.
Do you able to find such identifiers in the node items? Not sure if they are should be just 0,1,2,... . So it do only depend on the way how you could access them.
The problem is it, I can…
Thanks! Sorry for the thread, the problem is not with blender_kitsu, with fresh installation it work now (now I have to find it).
If the F3 refresh all the string properties and UI, the problem is on some poll or string update function that to a file browser operation (os.path.exitsts etc...). I work in remote with VPN and…