Andrea Donati Andrew_D
  • Joined on 2017-11-07
Andrea Donati commented on issue blender/blender#105619 2023-10-12 23:23:24 +02:00
Geometry Nodes: link to output inside node group is invalid when created from Python

@Andrew_D Hi, I think this is a valid concern. A new API was introduced in 3.6, bpy_extras.node_utils.connect_sockets(input, output) (!105975). It has the advantage that it handles…

Andrea Donati commented on issue blender/blender#105619 2023-10-12 19:47:17 +02:00
Geometry Nodes: link to output inside node group is invalid when created from Python

I don't know if I'm in the right section for this, but I hope to be of help to the Blender and Addon developer community 😊

From the wiki page: [https://wiki.blender.org/wiki/Reference/Releas

Andrea Donati opened issue blender/blender#113564 2023-10-11 23:42:12 +02:00
Custom Socket not updating after links.new()
Andrea Donati commented on issue blender/blender#113517 2023-10-11 22:44:32 +02:00
No socket description will be shown in the "VIEW_3D" "UI" Panel

Maybe I didn't explain myself well 😅

The property I'm talking about is that of the socket node_tree.items_tree['my_item'].description, this is shown on the node but not in the interface I…

Andrea Donati commented on issue blender/blender#113517 2023-10-11 21:51:22 +02:00
No socket description will be shown in the "VIEW_3D" "UI" Panel

No Description here, I just get "Input value used for unconnected socket"

I tried both on Group nodes and on Blender nodes where the description is present.

I tried both on Group nodes and…

Andrea Donati commented on issue blender/blender#113517 2023-10-11 00:34:13 +02:00
No socket description will be shown in the "VIEW_3D" "UI" Panel

Lo script fornito è tutto ciò di cui ho bisogno per riprodurre il problema? Ottengo ``` Traceback (most latest call last): File "/home/me/Desktop/bugs/113517.blend/Text", riga 22, in draw…

Andrea Donati opened issue blender/blender#113517 2023-10-10 20:45:58 +02:00
No socket description will be shown in the "VIEW_3D" "UI" Panel
Andrea Donati opened issue blender/blender#108631 2023-06-05 19:40:58 +02:00
node.dimensions[:] == (0.0, 0.0) when creating the nodes with python