Alfonso Annarumma AlfonsoAnnarumma
  • Joined on 2009-11-29
Alfonso Annarumma commented on issue blender/blender#126736 2024-08-27 10:50:37 +02:00
API Geometry Nodes Menu Switch Index of Item of the Collection Property

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…

Alfonso Annarumma commented on issue blender/blender#126736 2024-08-26 10:44:32 +02:00
API Geometry Nodes Menu Switch Index of Item of the Collection Property

Thanks for the reply, I hope to find a way to set this menu via python in the modifier UI.

Alfonso Annarumma commented on issue blender/blender#126736 2024-08-25 12:17:06 +02:00
API Geometry Nodes Menu Switch Index of Item of the Collection Property

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…

Alfonso Annarumma opened issue blender/blender#126736 2024-08-24 16:00:38 +02:00
API Geometry Nodes Menu Switch Index of Item of the Collection Property
Alfonso Annarumma closed issue studio/blender-studio-tools#283 2024-05-14 17:46:36 +02:00
Blender Kitsu: F3 search lagging when I'm offline
Alfonso Annarumma commented on issue studio/blender-studio-tools#283 2024-05-14 17:46:36 +02:00
Blender Kitsu: F3 search lagging when I'm offline

Thanks! Sorry for the thread, the problem is not with blender_kitsu, with fresh installation it work now (now I have to find it).

Alfonso Annarumma commented on issue studio/blender-studio-tools#283 2024-05-13 18:48:56 +02:00
Blender Kitsu: F3 search lagging when I'm offline

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…

Alfonso Annarumma opened issue studio/blender-studio-tools#283 2024-04-10 10:33:51 +02:00
Blender Kitsu: F3 search lagging when I'm offline