This specifically addresses issue 3 from the task.
Details
Details
- Reviewers
Germano Cavalcante (mano-wii) - Maniphest Tasks
- T78932: Reroute node inconsistencies
- Commits
- rBe818f1274b8e: Fix T78932: fix linking reroute nodes of different type
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
It seems valid.
I believe that the operator was made before the Reroute Node.
Another solution would be to automatically select the output socket when selecting a Reroute node.
Or take the first socket as a fallback if no "best_socket" was found on any node.
Or something more engaging like making a new type of socket indicating that it is a dynamic socket that takes the characteristics of the socket to which it is connected.
But I don't see any real advantage in these other solutions, so for me the patch is good.