The patch corrects the prority order of two socket nodes : "Combine HSV" and "Combine XYZ" when a Vector socket is dragged out.
Earlier the socket "Combine HSV" got a higher priority than the "Combine XYZ" in the pop-up menu.
This was only in the case if the dragged out socket was a Vector type.
Details
Details
- Reviewers
Hans Goudey (HooglyBoogly) - Maniphest Tasks
- T94815: Drag to add node search prioritizes wrong node type
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Thanks for the patch. I don't think adding a string comparison in this general function is the correct solution though.
I think a better solution is to add a special implementation of gather_link_search_ops to the offending combine node.
Comment Actions
Implemented gather_link_search_ops function for CombineRGB, CombineXYZ and CombineHSV