Blender Git Commit Log
Git Commits -> Revision 9ba1ff1
Revision 9ba1ff1 by Philipp Oeser (master) March 8, 2021, 12:47 (GMT) |
Fix T86373: crash picking colors in geometry nodesockets Caused by {rB85421c4fab02}. Above commit treated `SOCK_RGBA` and `SOCK_STRING` the same in `std_node_socket_draw`. That would turn a RGBA button into a text button (for attribute search), leading to trouble. Note these were just treated the same prior to above commit because both were doing the layout split. Now just give RGBA sockets their own case. Maniphest Tasks: T86373 Differential Revision: https://developer.blender.org/D10646 |
Commit Details:
Full Hash: 9ba1ff1c6322cbacaaf7fad057cc507673dcd92d
Parent Commit: 1775ea7
Lines Changed: +6, -1
1 Modified Path:
/source/blender/editors/space_node/drawnode.c (+6, -1) (Diff)