Giovanni Solimeno gsolimeno97
  • Joined on 2024-06-10
Giovanni Solimeno created pull request blender/blender#123042 2024-06-10 23:49:51 +02:00
Fix #122763: ensure Vector socket is the default on 'Transform Point'
Giovanni Solimeno created branch fix-transform-point in gsolimeno97/blender 2024-06-10 23:46:17 +02:00
Giovanni Solimeno pushed to fix-transform-point at gsolimeno97/blender 2024-06-10 23:46:17 +02:00
7dd0e48b27 Fix #122763: ensure Vector socket is the default on 'Transform Point'
Giovanni Solimeno created repository gsolimeno97/blender 2024-06-10 23:37:31 +02:00
Giovanni Solimeno commented on issue blender/blender#122763 2024-06-10 23:36:48 +02:00
Dropping Transform Point Between Vector Linkage Doesn't work

Thanks for that hint, i didn't notice that certain sockets could be marked as the default link socket (even though default sockets are checked before the sockets priorities). I'm creating a PR…

Giovanni Solimeno commented on issue blender/blender#122763 2024-06-10 23:17:17 +02:00
Dropping Transform Point Between Vector Linkage Doesn't work

Hello, i'd like to work on this issue, and i've already done a bit of fiddling to identify where the problem lies. As far as i understand, i think that the issue lies at `node_relationships.cc:249…