Diego Gangl Januz
  • Joined on 2013-11-04
Diego Gangl opened issue blender/blender#119464 2024-03-14 15:02:56 +01:00
Moving sockets in custom nodes not working
Diego Gangl commented on issue blender/blender#105283 2023-06-26 15:02:29 +02:00
Regression: Match interface of custom group nodes and custom group trees.

@Januz What linkage would you expect? You have just to add them in the same order as in the subtree and their order will be the linkage I guess.

I'm seeing two issues: One is that changing…

Diego Gangl commented on issue blender/blender#105283 2023-06-14 16:20:30 +02:00
Regression: Match interface of custom group nodes and custom group trees.

Ok, I'm still missing something. Sorry guys, I don't mean to turn this into a sort of support ticket but I can't find any docs on what we are supposed to do with the new declaration system on the…

Diego Gangl commented on issue blender/blender#105283 2023-06-13 16:23:13 +02:00
Regression: Match interface of custom group nodes and custom group trees.

@Random Wow, I had completely missed that callback. I saw it in the docs once but thought it was a function you could call to force updates rather than a callback you could define 🤦‍♂️ .…

Diego Gangl commented on issue blender/blender#105283 2023-06-12 15:28:12 +02:00
Regression: Match interface of custom group nodes and custom group trees.

Yes, but I'm talking about the following scenario:

  1. The user goes into (edits) a node group
  2. Then grabs the input socket of a node and drags it over to a group input node, creating a new…
Diego Gangl commented on issue blender/blender#105283 2023-06-09 15:51:11 +02:00
Regression: Match interface of custom group nodes and custom group trees.

Right, but how do we know when to update? It's easy if we are linking in code, but not so if the user is doing it through the UI. We'd need to hook a callback somewhere

Diego Gangl commented on issue blender/blender#105283 2023-06-08 15:57:56 +02:00
Regression: Match interface of custom group nodes and custom group trees.

Can confirm this also happens in 3.6 (beta) and 4.0 (alpha). I haven't looked much into the new dynamic declarations system but if this can't be done automatically as before, maybe we can have an…